#CAFBDA

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

Shades of Granny Apple #CAFBDA

Tints of Granny Apple #CAFBDA

Color information

#CAFBDA (or 0xCAFBDA) is unknown color: approx Granny Apple. HEX triplet: CA, FB and DA. RGB value is (202,251,218). Sum of RGB (Red+Green+Blue) = 202+251+218=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBDA is #350425. Grayscale: #E8E8E8. Windows color (decimal): -3474470 or 14351306. OLE color: 14351306.

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

Color convert

RGB202251218-
CMYK0.2000.130.02
HSL139.59º85.96%88.82%-
HSV(B)139.59º19.52%98.43%-
XYZ71.5186.6179.28-
YUV232.59119.77106.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 218 (85.55% from 255) = 32.49%
R=30.10%
G=37.41%
B=32.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022512180.2000.130.02139.5985.9688.82
HexCAFBDA140D28c5659
Octal312373332240152214126131
Binary1100101011111011110110101010001101101000110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBDA; }

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

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

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

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

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

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

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

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