#CAFBD6

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

Shades of Granny Apple #CAFBD6

Tints of Granny Apple #CAFBD6

Color information

#CAFBD6 (or 0xCAFBD6) is unknown color: approx Granny Apple. HEX triplet: CA, FB and D6. RGB value is (202,251,214). Sum of RGB (Red+Green+Blue) = 202+251+214=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBD6 is #350429. Grayscale: #E8E8E8. Windows color (decimal): -3474474 or 14089162. OLE color: 14089162.

HSL color Cylindrical-coordinate representation of color #CAFBD6: hue angle of 134.69º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFBD6 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB202251214-
CMYK0.2000.150.02
HSL134.69º85.96%88.82%-
HSV(B)134.69º19.52%98.43%-
XYZ70.9986.4176.55-
YUV232.13117.77106.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 214 (83.98% from 255) = 32.08%
R=30.28%
G=37.63%
B=32.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022512140.2000.150.02134.6985.9688.82
HexCAFBD6140F2875659
Octal312373326240172207126131
Binary1100101011111011110101101010001111101000011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBD6; }

 p { color: rgb(202,251,214); }

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

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

 a { background-color: rgb(202,251,214); }

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

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

 span { border-color: rgb(202,251,214); }

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