#CAEDD0

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

Shades of Granny Apple #CAEDD0

Tints of Granny Apple #CAEDD0

Color information

#CAEDD0 (or 0xCAEDD0) is unknown color: approx Granny Apple. HEX triplet: CA, ED and D0. RGB value is (202,237,208). Sum of RGB (Red+Green+Blue) = 202+237+208=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 208 (81.64% from 255 or 32.15% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDD0 is #35122F. Grayscale: #DFDFDF. Windows color (decimal): -3478064 or 13692362. OLE color: 13692362.

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

Color convert

RGB202237208-
CMYK0.1500.120.07
HSL130.29º49.3%86.08%-
HSV(B)130.29º14.77%92.94%-
XYZ66.0377.6871.19-
YUV223.23119.4112.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 237 (92.97% from 255) = 36.63%
BLUE value IS 208 (81.64% from 255) = 32.15%
R=31.22%
G=36.63%
B=32.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022372080.1500.120.07130.2949.386.08
HexCAEDD0F0C7823156
Octal31235532017014720261126
Binary110010101110110111010000111101100111100000101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDD0; }

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

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

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

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

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

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

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

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