#CAFFD3

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

Shades of Granny Apple #CAFFD3

Tints of Granny Apple #CAFFD3

Color information

#CAFFD3 (or 0xCAFFD3) is unknown color: approx Granny Apple. HEX triplet: CA, FF and D3. RGB value is (202,255,211). Sum of RGB (Red+Green+Blue) = 202+255+211=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFD3 is #35002C. Grayscale: #EAEAEA. Windows color (decimal): -3473453 or 13893578. OLE color: 13893578.

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

Color convert

RGB202255211-
CMYK0.2100.170
HSL130.19º100%89.61%-
HSV(B)130.19º20.78%100%-
XYZ71.8788.7874.98-
YUV234.14114.94105.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.24%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 211 (82.81% from 255) = 31.59%
R=30.24%
G=38.17%
B=31.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552110.2100.170130.1910089.61
HexCAFFD315011082645a
Octal312377323250210202144132
Binary1100101011111111110100111010101000101000001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFD3; }

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

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

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

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

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

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

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

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