#CCEED2

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

Shades of Granny Apple #CCEED2

Tints of Granny Apple #CCEED2

Color information

#CCEED2 (or 0xCCEED2) is unknown color: approx Granny Apple. HEX triplet: CC, EE and D2. RGB value is (204,238,210). Sum of RGB (Red+Green+Blue) = 204+238+210=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED2 is #33112D. Grayscale: #E0E0E0. Windows color (decimal): -3346734 or 13823692. OLE color: 13823692.

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

Color convert

RGB204238210-
CMYK0.1400.120.07
HSL130.59º50%86.67%-
HSV(B)130.59º14.29%93.33%-
XYZ67.1178.6472.61-
YUV224.64119.74113.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 210 (82.42% from 255) = 32.21%
R=31.29%
G=36.50%
B=32.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382100.1400.120.07130.595086.67
HexCCEED2E0C7833257
Octal31435632216014720362127
Binary110011001110111011010010111001100111100000111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEED2; }

 p { color: rgb(204,238,210); }

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

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

 a { background-color: rgb(204,238,210); }

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

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

 span { border-color: rgb(204,238,210); }

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