#CCEED3

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

Shades of Granny Apple #CCEED3

Tints of Granny Apple #CCEED3

Color information

#CCEED3 (or 0xCCEED3) is unknown color: approx Granny Apple. HEX triplet: CC, EE and D3. RGB value is (204,238,211). Sum of RGB (Red+Green+Blue) = 204+238+211=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED3 is #33112C. Grayscale: #E0E0E0. Windows color (decimal): -3346733 or 13889228. OLE color: 13889228.

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

Color convert

RGB204238211-
CMYK0.1400.110.07
HSL132.35º50%86.67%-
HSV(B)132.35º14.29%93.33%-
XYZ67.2378.6973.27-
YUV224.76120.24113.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 211 (82.81% from 255) = 32.31%
R=31.24%
G=36.45%
B=32.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382110.1400.110.07132.355086.67
HexCCEED3E0B7843257
Octal31435632316013720462127
Binary110011001110111011010011111001011111100001001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEED3; }

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

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

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

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

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

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

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

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