#CAB6F9

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

Shades of Fog #CAB6F9

Tints of Fog #CAB6F9

Color information

#CAB6F9 (or 0xCAB6F9) is unknown color: approx Fog. HEX triplet: CA, B6 and F9. RGB value is (202,182,249). Sum of RGB (Red+Green+Blue) = 202+182+249=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAB6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6F9 is #354906. Grayscale: #C3C3C3. Windows color (decimal): -3492103 or 16365258. OLE color: 16365258.

HSL color Cylindrical-coordinate representation of color #CAB6F9: hue angle of 257.91º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB6F9 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202182249-
CMYK0.190.2700.02
HSL257.91º84.81%84.51%-
HSV(B)257.91º26.91%97.65%-
XYZ58.1852.8596.76-
YUV195.62158.13132.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.91%
GREEN value IS 182 (71.48% from 255) = 28.75%
BLUE value IS 249 (97.66% from 255) = 39.34%
R=31.91%
G=28.75%
B=39.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021822490.190.2700.02257.9184.8184.51
HexCAB6F9131B021025555
Octal312266371233302402125125
Binary110010101011011011111001100111101101010000001010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB6F9; }

 p { color: rgb(202,182,249); }

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

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

 a { background-color: rgb(202,182,249); }

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

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

 span { border-color: rgb(202,182,249); }

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