#CEF0D0

Color #CEF0D0 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CEF0D0

Tints of Granny Apple #CEF0D0

Color information

#CEF0D0 (or 0xCEF0D0) is unknown color: approx Granny Apple. HEX triplet: CE, F0 and D0. RGB value is (206,240,208). Sum of RGB (Red+Green+Blue) = 206+240+208=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 208 (81.64% from 255 or 31.80% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0D0 is #310F2F. Grayscale: #E2E2E2. Windows color (decimal): -3215152 or 13693134. OLE color: 13693134.

HSL color Cylindrical-coordinate representation of color #CEF0D0: hue angle of 123.53º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEF0D0 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB206240208-
CMYK0.1400.130.06
HSL123.53º53.12%87.45%-
HSV(B)123.53º14.17%94.12%-
XYZ688071.53-
YUV226.19117.74113.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 208 (81.64% from 255) = 31.80%
R=31.50%
G=36.70%
B=31.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062402080.1400.130.06123.5353.1287.45
HexCEF0D0E0D67c3557
Octal31636032016015617465127
Binary11001110111100001101000011100110111011111001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0D0; }

 p { color: rgb(206,240,208); }

 H1.HeaderClassName
 {
   color: #CEF0D0;
 }
 .AnyTagClassName
 {
   color: #CEF0D0;
 }
</style>
background-color css

<style>
 a { background-color: #CEF0D0; }

 a { background-color: rgb(206,240,208); }

 div.DivClassName
 {
   background-color: #CEF0D0;
 }
 .BgClassName
 {
   background-color: #CEF0D0;
 }
</style>
border-color css

<style>
 span { border-color: #CEF0D0; }

 span { border-color: rgb(206,240,208); }

 td.TdClassName
 {
   border-color: #CEF0D0;
 }
 .TagClassName
 {
   border-color: #CEF0D0;
 }
</style>