#CEE5D2

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

Shades of Granny Apple #CEE5D2

Tints of Granny Apple #CEE5D2

Color information

#CEE5D2 (or 0xCEE5D2) is unknown color: approx Granny Apple. HEX triplet: CE, E5 and D2. RGB value is (206,229,210). Sum of RGB (Red+Green+Blue) = 206+229+210=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5D2 is #311A2D. Grayscale: #DCDCDC. Windows color (decimal): -3217966 or 13821390. OLE color: 13821390.

HSL color Cylindrical-coordinate representation of color #CEE5D2: hue angle of 130.43º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE5D2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB206229210-
CMYK0.1000.080.10
HSL130.43º30.67%85.29%-
HSV(B)130.43º10.04%89.8%-
XYZ65.1173.8171.79-
YUV219.96122.38118.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.94%
GREEN value IS 229 (89.84% from 255) = 35.50%
BLUE value IS 210 (82.42% from 255) = 32.56%
R=31.94%
G=35.50%
B=32.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2062292100.1000.080.10130.4330.6785.29
HexCEE5D2A08A821f55
Octal316345322120101220237125
Binary110011101110010111010010101001000101010000010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5D2; }

 p { color: rgb(206,229,210); }

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

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

 a { background-color: rgb(206,229,210); }

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

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

 span { border-color: rgb(206,229,210); }

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