#CAB7F6

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

Shades of Fog #CAB7F6

Tints of Fog #CAB7F6

Color information

#CAB7F6 (or 0xCAB7F6) is unknown color: approx Fog. HEX triplet: CA, B7 and F6. RGB value is (202,183,246). Sum of RGB (Red+Green+Blue) = 202+183+246=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 183 (71.88% from 255 or 29.00% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAB7F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7F6 is #354809. Grayscale: #C3C3C3. Windows color (decimal): -3491850 or 16168906. OLE color: 16168906.

HSL color Cylindrical-coordinate representation of color #CAB7F6: hue angle of 258.1º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB7F6 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB202183246-
CMYK0.180.2600.04
HSL258.1º77.78%84.12%-
HSV(B)258.1º25.61%96.47%-
XYZ57.9353.0894.38-
YUV195.86156.29132.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 183 (71.88% from 255) = 29.00%
BLUE value IS 246 (96.48% from 255) = 38.99%
R=32.01%
G=29.00%
B=38.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2021832460.180.2600.04258.177.7884.12
HexCAB7F6121A041024e54
Octal312267366223204402116124
Binary1100101010110111111101101001011010010010000001010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7F6; }

 p { color: rgb(202,183,246); }

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

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

 a { background-color: rgb(202,183,246); }

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

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

 span { border-color: rgb(202,183,246); }

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