#CAFFD6

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

Shades of Granny Apple #CAFFD6

Tints of Granny Apple #CAFFD6

Color information

#CAFFD6 (or 0xCAFFD6) is unknown color: approx Granny Apple. HEX triplet: CA, FF and D6. RGB value is (202,255,214). Sum of RGB (Red+Green+Blue) = 202+255+214=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFD6 is #350029. Grayscale: #EAEAEA. Windows color (decimal): -3473450 or 14090186. OLE color: 14090186.

HSL color Cylindrical-coordinate representation of color #CAFFD6: hue angle of 133.58º 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 #CAFFD6 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB202255214-
CMYK0.2100.160
HSL133.58º100%89.61%-
HSV(B)133.58º20.78%100%-
XYZ72.2588.9376.98-
YUV234.48116.44104.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=30.10%
G=38.00%
B=31.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552140.2100.160133.5810089.61
HexCAFFD615010086645a
Octal312377326250200206144132
Binary1100101011111111110101101010101000001000011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFD6; }

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

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

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

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

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

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

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

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