#CAFBD5

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

Shades of Granny Apple #CAFBD5

Tints of Granny Apple #CAFBD5

Color information

#CAFBD5 (or 0xCAFBD5) is unknown color: approx Granny Apple. HEX triplet: CA, FB and D5. RGB value is (202,251,213). Sum of RGB (Red+Green+Blue) = 202+251+213=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBD5 is #35042A. Grayscale: #E8E8E8. Windows color (decimal): -3474475 or 14023626. OLE color: 14023626.

HSL color Cylindrical-coordinate representation of color #CAFBD5: hue angle of 133.47º 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 #CAFBD5 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB202251213-
CMYK0.2000.150.02
HSL133.47º85.96%88.82%-
HSV(B)133.47º19.52%98.43%-
XYZ70.8686.3675.88-
YUV232.02117.27106.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 251 (98.44% from 255) = 37.69%
BLUE value IS 213 (83.59% from 255) = 31.98%
R=30.33%
G=37.69%
B=31.98%

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
Decimal2022512130.2000.150.02133.4785.9688.82
HexCAFBD5140F2855659
Octal312373325240172205126131
Binary1100101011111011110101011010001111101000010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBD5; }

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

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

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

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

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

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

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

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