#CAF4D4

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

Shades of Granny Apple #CAF4D4

Tints of Granny Apple #CAF4D4

Color information

#CAF4D4 (or 0xCAF4D4) is unknown color: approx Granny Apple. HEX triplet: CA, F4 and D4. RGB value is (202,244,212). Sum of RGB (Red+Green+Blue) = 202+244+212=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4D4 is #350B2B. Grayscale: #E3E3E3. Windows color (decimal): -3476268 or 13956298. OLE color: 13956298.

HSL color Cylindrical-coordinate representation of color #CAF4D4: hue angle of 134.29º 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 #CAF4D4 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB202244212-
CMYK0.1700.130.04
HSL134.29º65.62%87.45%-
HSV(B)134.29º17.21%95.69%-
XYZ68.5982.0174.5-
YUV227.79119.09109.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 244 (95.70% from 255) = 37.08%
BLUE value IS 212 (83.20% from 255) = 32.22%
R=30.70%
G=37.08%
B=32.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442120.1700.130.04134.2965.6287.45
HexCAF4D4110D4864257
Octal312364324210154206102127
Binary11001010111101001101010010001011011001000011010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4D4; }

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

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

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

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

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

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

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

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