#CAF0D0

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

Shades of Granny Apple #CAF0D0

Tints of Granny Apple #CAF0D0

Color information

#CAF0D0 (or 0xCAF0D0) is unknown color: approx Granny Apple. HEX triplet: CA, F0 and D0. RGB value is (202,240,208). Sum of RGB (Red+Green+Blue) = 202+240+208=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 208 (81.64% from 255 or 32% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0D0 is #350F2F. Grayscale: #E1E1E1. Windows color (decimal): -3477296 or 13693130. OLE color: 13693130.

HSL color Cylindrical-coordinate representation of color #CAF0D0: hue angle of 129.47º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0D0 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB202240208-
CMYK0.1600.130.06
HSL129.47º55.88%86.67%-
HSV(B)129.47º15.83%94.12%-
XYZ66.979.4371.48-
YUV224.99118.41111.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 208 (81.64% from 255) = 32%
R=31.08%
G=36.92%
B=32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022402080.1600.130.06129.4755.8886.67
HexCAF0D0100D6813857
Octal31236032020015620170127
Binary1100101011110000110100001000001101110100000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0D0; }

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

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

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

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

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

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

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

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