#CAB5FB

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

Shades of Fog #CAB5FB

Tints of Fog #CAB5FB

Color information

#CAB5FB (or 0xCAB5FB) is unknown color: approx Fog. HEX triplet: CA, B5 and FB. RGB value is (202,181,251). Sum of RGB (Red+Green+Blue) = 202+181+251=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB5FB is #354A04. Grayscale: #C3C3C3. Windows color (decimal): -3492357 or 16496074. OLE color: 16496074.

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

Color convert

RGB202181251-
CMYK0.200.2800.02
HSL258º89.74%84.71%-
HSV(B)258º27.89%98.43%-
XYZ58.2952.5798.34-
YUV195.26159.46132.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 181 (71.09% from 255) = 28.55%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=31.86%
G=28.55%
B=39.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021812510.200.2800.0225889.7484.71
HexCAB5FB141C021025a55
Octal312265373243402402132125
Binary110010101011010111111011101001110001010000001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB5FB; }

 p { color: rgb(202,181,251); }

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

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

 a { background-color: rgb(202,181,251); }

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

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

 span { border-color: rgb(202,181,251); }

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