#CCEED0

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

Shades of Granny Apple #CCEED0

Tints of Granny Apple #CCEED0

Color information

#CCEED0 (or 0xCCEED0) is unknown color: approx Granny Apple. HEX triplet: CC, EE and D0. RGB value is (204,238,208). Sum of RGB (Red+Green+Blue) = 204+238+208=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED0 is #33112F. Grayscale: #E0E0E0. Windows color (decimal): -3346736 or 13692620. OLE color: 13692620.

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

Color convert

RGB204238208-
CMYK0.1400.130.07
HSL127.06º50%86.67%-
HSV(B)127.06º14.29%93.33%-
XYZ66.8678.5471.31-
YUV224.41118.74113.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 238 (93.36% from 255) = 36.62%
BLUE value IS 208 (81.64% from 255) = 32%
R=31.38%
G=36.62%
B=32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382080.1400.130.07127.065086.67
HexCCEED0E0D77f3257
Octal31435632016015717762127
Binary11001100111011101101000011100110111111111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEED0; }

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

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

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

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

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

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

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

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