#CCEED1

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

Shades of Granny Apple #CCEED1

Tints of Granny Apple #CCEED1

Color information

#CCEED1 (or 0xCCEED1) is unknown color: approx Granny Apple. HEX triplet: CC, EE and D1. RGB value is (204,238,209). Sum of RGB (Red+Green+Blue) = 204+238+209=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED1 is #33112E. Grayscale: #E0E0E0. Windows color (decimal): -3346735 or 13758156. OLE color: 13758156.

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

Color convert

RGB204238209-
CMYK0.1400.120.07
HSL128.82º50%86.67%-
HSV(B)128.82º14.29%93.33%-
XYZ66.9978.5971.96-
YUV224.53119.24113.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 209 (82.03% from 255) = 32.10%
R=31.34%
G=36.56%
B=32.10%

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
Decimal2042382090.1400.120.07128.825086.67
HexCCEED1E0C7813257
Octal31435632116014720162127
Binary110011001110111011010001111001100111100000011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEED1; }

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

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

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

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

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

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

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

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