#CEEED0

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

Shades of Granny Apple #CEEED0

Tints of Granny Apple #CEEED0

Color information

#CEEED0 (or 0xCEEED0) is unknown color: approx Granny Apple. HEX triplet: CE, EE and D0. RGB value is (206,238,208). Sum of RGB (Red+Green+Blue) = 206+238+208=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 208 (81.64% from 255 or 31.90% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEED0 is #31112F. Grayscale: #E1E1E1. Windows color (decimal): -3215664 or 13692622. OLE color: 13692622.

HSL color Cylindrical-coordinate representation of color #CEEED0: hue angle of 123.75º degrees, saturation: 0.48, 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 #CEEED0 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB206238208-
CMYK0.1300.130.07
HSL123.75º48.48%87.06%-
HSV(B)123.75º13.45%93.33%-
XYZ67.4178.8271.34-
YUV225.01118.4114.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 208 (81.64% from 255) = 31.90%
R=31.60%
G=36.50%
B=31.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382080.1300.130.07123.7548.4887.06
HexCEEED0D0D77c3057
Octal31635632015015717460127
Binary11001110111011101101000011010110111111111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEED0; }

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

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

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

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

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

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

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

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