#CAF3CF

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

Shades of Granny Apple #CAF3CF

Tints of Granny Apple #CAF3CF

Color information

#CAF3CF (or 0xCAF3CF) is unknown color: approx Granny Apple. HEX triplet: CA, F3 and CF. RGB value is (202,243,207). Sum of RGB (Red+Green+Blue) = 202+243+207=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3CF is #350C30. Grayscale: #E2E2E2. Windows color (decimal): -3476529 or 13628362. OLE color: 13628362.

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

Color convert

RGB202243207-
CMYK0.1700.150.05
HSL127.32º63.08%87.25%-
HSV(B)127.32º16.87%95.29%-
XYZ67.6781.1671.13-
YUV226.64116.92110.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 243 (95.31% from 255) = 37.27%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=30.98%
G=37.27%
B=31.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022432070.1700.150.05127.3263.0887.25
HexCAF3CF110F57f3f57
Octal31236331721017517777127
Binary110010101111001111001111100010111110111111111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3CF; }

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

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

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

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

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

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

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

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