#CAF1D6

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

Shades of Granny Apple #CAF1D6

Tints of Granny Apple #CAF1D6

Color information

#CAF1D6 (or 0xCAF1D6) is unknown color: approx Granny Apple. HEX triplet: CA, F1 and D6. RGB value is (202,241,214). Sum of RGB (Red+Green+Blue) = 202+241+214=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1D6 is #350E29. Grayscale: #E2E2E2. Windows color (decimal): -3477034 or 14086602. OLE color: 14086602.

HSL color Cylindrical-coordinate representation of color #CAF1D6: hue angle of 138.46º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1D6 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB202241214-
CMYK0.1600.110.05
HSL138.46º58.21%86.86%-
HSV(B)138.46º16.18%94.51%-
XYZ67.9580.3275.54-
YUV226.26121.08110.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 241 (94.53% from 255) = 36.68%
BLUE value IS 214 (83.98% from 255) = 32.57%
R=30.75%
G=36.68%
B=32.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022412140.1600.110.05138.4658.2186.86
HexCAF1D6100B58a3a57
Octal31236132620013521272127
Binary1100101011110001110101101000001011101100010101110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1D6; }

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

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

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

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

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

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

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

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