#CAF8DA

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

Shades of Granny Apple #CAF8DA

Tints of Granny Apple #CAF8DA

Color information

#CAF8DA (or 0xCAF8DA) is unknown color: approx Granny Apple. HEX triplet: CA, F8 and DA. RGB value is (202,248,218). Sum of RGB (Red+Green+Blue) = 202+248+218=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 218 (85.55% from 255 or 32.63% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8DA is #350725. Grayscale: #E6E6E6. Windows color (decimal): -3475238 or 14350538. OLE color: 14350538.

HSL color Cylindrical-coordinate representation of color #CAF8DA: hue angle of 140.87º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8DA is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB202248218-
CMYK0.1900.120.03
HSL140.87º76.67%88.24%-
HSV(B)140.87º18.55%97.25%-
XYZ70.5884.7578.97-
YUV230.83120.76107.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 248 (97.27% from 255) = 37.13%
BLUE value IS 218 (85.55% from 255) = 32.63%
R=30.24%
G=37.13%
B=32.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022482180.1900.120.03140.8776.6788.24
HexCAF8DA130C38d4d58
Octal312370332230143215115130
Binary1100101011111000110110101001101100111000110110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8DA; }

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

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

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

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

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

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

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

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