#CCEDD1

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

Shades of Granny Apple #CCEDD1

Tints of Granny Apple #CCEDD1

Color information

#CCEDD1 (or 0xCCEDD1) is unknown color: approx Granny Apple. HEX triplet: CC, ED and D1. RGB value is (204,237,209). Sum of RGB (Red+Green+Blue) = 204+237+209=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDD1 is #33122E. Grayscale: #E0E0E0. Windows color (decimal): -3346991 or 13757900. OLE color: 13757900.

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

Color convert

RGB204237209-
CMYK0.1400.120.07
HSL129.09º47.83%86.47%-
HSV(B)129.09º13.92%92.94%-
XYZ66.6978.0171.86-
YUV223.94119.57113.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=31.38%
G=36.46%
B=32.15%

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
Decimal2042372090.1400.120.07129.0947.8386.47
HexCCEDD1E0C7813056
Octal31435532116014720160126
Binary110011001110110111010001111001100111100000011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDD1; }

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

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

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

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

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

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

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

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