#CAF4D7

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

Shades of Granny Apple #CAF4D7

Tints of Granny Apple #CAF4D7

Color information

#CAF4D7 (or 0xCAF4D7) is unknown color: approx Granny Apple. HEX triplet: CA, F4 and D7. RGB value is (202,244,215). Sum of RGB (Red+Green+Blue) = 202+244+215=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4D7 is #350B28. Grayscale: #E4E4E4. Windows color (decimal): -3476265 or 14152906. OLE color: 14152906.

HSL color Cylindrical-coordinate representation of color #CAF4D7: hue angle of 138.57º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4D7 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB202244215-
CMYK0.1700.120.04
HSL138.57º65.62%87.45%-
HSV(B)138.57º17.21%95.69%-
XYZ68.9782.1676.51-
YUV228.14120.59109.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 244 (95.70% from 255) = 36.91%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=30.56%
G=36.91%
B=32.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442150.1700.120.04138.5765.6287.45
HexCAF4D7110C48b4257
Octal312364327210144213102127
Binary11001010111101001101011110001011001001000101110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4D7; }

 p { color: rgb(202,244,215); }

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

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

 a { background-color: rgb(202,244,215); }

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

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

 span { border-color: rgb(202,244,215); }

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