#CEEDD0

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

Shades of Granny Apple #CEEDD0

Tints of Granny Apple #CEEDD0

Color information

#CEEDD0 (or 0xCEEDD0) is unknown color: approx Granny Apple. HEX triplet: CE, ED and D0. RGB value is (206,237,208). Sum of RGB (Red+Green+Blue) = 206+237+208=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEDD0 is #31122F. Grayscale: #E0E0E0. Windows color (decimal): -3215920 or 13692366. OLE color: 13692366.

HSL color Cylindrical-coordinate representation of color #CEEDD0: hue angle of 123.87º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEDD0 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB206237208-
CMYK0.1300.120.07
HSL123.87º46.27%86.86%-
HSV(B)123.87º13.08%92.94%-
XYZ67.1278.2471.24-
YUV224.42118.73114.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.64%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=31.64%
G=36.41%
B=31.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062372080.1300.120.07123.8746.2786.86
HexCEEDD0D0C77c2e57
Octal31635532015014717456127
Binary11001110111011011101000011010110011111111001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEDD0; }

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

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

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

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

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

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

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

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