#CAFFD1

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

Shades of Granny Apple #CAFFD1

Tints of Granny Apple #CAFFD1

Color information

#CAFFD1 (or 0xCAFFD1) is unknown color: approx Granny Apple. HEX triplet: CA, FF and D1. RGB value is (202,255,209). Sum of RGB (Red+Green+Blue) = 202+255+209=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 209 (82.03% from 255 or 31.38% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFD1 is #35002E. Grayscale: #EAEAEA. Windows color (decimal): -3473455 or 13762506. OLE color: 13762506.

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

Color convert

RGB202255209-
CMYK0.2100.180
HSL127.92º100%89.61%-
HSV(B)127.92º20.78%100%-
XYZ71.6388.6873.66-
YUV233.91113.94105.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 209 (82.03% from 255) = 31.38%
R=30.33%
G=38.29%
B=31.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552090.2100.180127.9210089.61
HexCAFFD115012080645a
Octal312377321250220200144132
Binary1100101011111111110100011010101001001000000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFD1; }

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

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

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

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

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

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

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

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