#CAF0D4

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

Shades of Granny Apple #CAF0D4

Tints of Granny Apple #CAF0D4

Color information

#CAF0D4 (or 0xCAF0D4) is unknown color: approx Granny Apple. HEX triplet: CA, F0 and D4. RGB value is (202,240,212). Sum of RGB (Red+Green+Blue) = 202+240+212=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 212 (83.20% from 255 or 32.42% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0D4 is #350F2B. Grayscale: #E1E1E1. Windows color (decimal): -3477292 or 13955274. OLE color: 13955274.

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

Color convert

RGB202240212-
CMYK0.1600.120.06
HSL135.79º55.88%86.67%-
HSV(B)135.79º15.83%94.12%-
XYZ67.479.6374.11-
YUV225.45120.41111.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 212 (83.20% from 255) = 32.42%
R=30.89%
G=36.70%
B=32.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022402120.1600.120.06135.7955.8886.67
HexCAF0D4100C6883857
Octal31236032420014621070127
Binary1100101011110000110101001000001100110100010001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF0D4; }

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

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

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

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

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

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

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

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