#CAF3D1

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

Shades of Granny Apple #CAF3D1

Tints of Granny Apple #CAF3D1

Color information

#CAF3D1 (or 0xCAF3D1) is unknown color: approx Granny Apple. HEX triplet: CA, F3 and D1. RGB value is (202,243,209). Sum of RGB (Red+Green+Blue) = 202+243+209=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3D1 is #350C2E. Grayscale: #E2E2E2. Windows color (decimal): -3476527 or 13759434. OLE color: 13759434.

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

Color convert

RGB202243209-
CMYK0.1700.140.05
HSL130.24º63.08%87.25%-
HSV(B)130.24º16.87%95.29%-
XYZ67.9281.2672.43-
YUV226.86117.92110.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 243 (95.31% from 255) = 37.16%
BLUE value IS 209 (82.03% from 255) = 31.96%
R=30.89%
G=37.16%
B=31.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022432090.1700.140.05130.2463.0887.25
HexCAF3D1110E5823f57
Octal31236332121016520277127
Binary1100101011110011110100011000101110101100000101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3D1; }

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

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

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

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

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

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

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

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