#CCEED6

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

Shades of Granny Apple #CCEED6

Tints of Granny Apple #CCEED6

Color information

#CCEED6 (or 0xCCEED6) is unknown color: approx Granny Apple. HEX triplet: CC, EE and D6. RGB value is (204,238,214). Sum of RGB (Red+Green+Blue) = 204+238+214=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED6 is #331129. Grayscale: #E1E1E1. Windows color (decimal): -3346730 or 14085836. OLE color: 14085836.

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

Color convert

RGB204238214-
CMYK0.1400.100.07
HSL137.65º50%86.67%-
HSV(B)137.65º14.29%93.33%-
XYZ67.6178.8475.27-
YUV225.1121.74112.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 214 (83.98% from 255) = 32.62%
R=31.10%
G=36.28%
B=32.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382140.1400.100.07137.655086.67
HexCCEED6E0A78a3257
Octal31435632616012721262127
Binary110011001110111011010110111001010111100010101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEED6; }

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

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

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

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

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

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

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

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