#CCEDD0

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

Shades of Granny Apple #CCEDD0

Tints of Granny Apple #CCEDD0

Color information

#CCEDD0 (or 0xCCEDD0) is unknown color: approx Granny Apple. HEX triplet: CC, ED and D0. RGB value is (204,237,208). Sum of RGB (Red+Green+Blue) = 204+237+208=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDD0 is #33122F. Grayscale: #DFDFDF. Windows color (decimal): -3346992 or 13692364. OLE color: 13692364.

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

Color convert

RGB204237208-
CMYK0.1400.120.07
HSL127.27º47.83%86.47%-
HSV(B)127.27º13.92%92.94%-
XYZ66.5777.9671.21-
YUV223.83119.07113.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=31.43%
G=36.52%
B=32.05%

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
Decimal2042372080.1400.120.07127.2747.8386.47
HexCCEDD0E0C77f3056
Octal31435532016014717760126
Binary11001100111011011101000011100110011111111111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDD0; }

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

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

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

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

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

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

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

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