#CAFFD8

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

Shades of Granny Apple #CAFFD8

Tints of Granny Apple #CAFFD8

Color information

#CAFFD8 (or 0xCAFFD8) is unknown color: approx Granny Apple. HEX triplet: CA, FF and D8. RGB value is (202,255,216). Sum of RGB (Red+Green+Blue) = 202+255+216=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFD8 is #350027. Grayscale: #EAEAEA. Windows color (decimal): -3473448 or 14221258. OLE color: 14221258.

HSL color Cylindrical-coordinate representation of color #CAFFD8: hue angle of 135.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFD8 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB202255216-
CMYK0.2100.150
HSL135.85º100%89.61%-
HSV(B)135.85º20.78%100%-
XYZ72.5189.0378.33-
YUV234.71117.44104.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.01%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 216 (84.77% from 255) = 32.10%
R=30.01%
G=37.89%
B=32.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552160.2100.150135.8510089.61
HexCAFFD8150F088645a
Octal312377330250170210144132
Binary110010101111111111011000101010111101000100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFD8; }

 p { color: rgb(202,255,216); }

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

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

 a { background-color: rgb(202,255,216); }

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

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

 span { border-color: rgb(202,255,216); }

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