#CAF2CF

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

Shades of Granny Apple #CAF2CF

Tints of Granny Apple #CAF2CF

Color information

#CAF2CF (or 0xCAF2CF) is unknown color: approx Granny Apple. HEX triplet: CA, F2 and CF. RGB value is (202,242,207). Sum of RGB (Red+Green+Blue) = 202+242+207=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2CF is #350D30. Grayscale: #E2E2E2. Windows color (decimal): -3476785 or 13628106. OLE color: 13628106.

HSL color Cylindrical-coordinate representation of color #CAF2CF: hue angle of 127.5º degrees, saturation: 0.61, 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 #CAF2CF is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB202242207-
CMYK0.1700.140.05
HSL127.5º60.61%87.06%-
HSV(B)127.5º16.53%94.9%-
XYZ67.3780.5771.03-
YUV226.05117.25110.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=31.03%
G=37.17%
B=31.80%

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
Decimal2022422070.1700.140.05127.560.6187.06
HexCAF2CF110E57f3d57
Octal31236231721016517775127
Binary110010101111001011001111100010111010111111111111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2CF; }

 p { color: rgb(202,242,207); }

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

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

 a { background-color: rgb(202,242,207); }

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

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

 span { border-color: rgb(202,242,207); }

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