#CAEDD2

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

Shades of Granny Apple #CAEDD2

Tints of Granny Apple #CAEDD2

Color information

#CAEDD2 (or 0xCAEDD2) is unknown color: approx Granny Apple. HEX triplet: CA, ED and D2. RGB value is (202,237,210). Sum of RGB (Red+Green+Blue) = 202+237+210=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDD2 is #35122D. Grayscale: #DFDFDF. Windows color (decimal): -3478062 or 13823434. OLE color: 13823434.

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

Color convert

RGB202237210-
CMYK0.1500.110.07
HSL133.71º49.3%86.08%-
HSV(B)133.71º14.77%92.94%-
XYZ66.2777.7872.49-
YUV223.46120.4112.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=31.12%
G=36.52%
B=32.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372100.1500.110.07133.7149.386.08
HexCAEDD2F0B7863156
Octal31235532217013720661126
Binary110010101110110111010010111101011111100001101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDD2; }

 p { color: rgb(202,237,210); }

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

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

 a { background-color: rgb(202,237,210); }

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

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

 span { border-color: rgb(202,237,210); }

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