#CAB7FA

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

Shades of Fog #CAB7FA

Tints of Fog #CAB7FA

Color information

#CAB7FA (or 0xCAB7FA) is unknown color: approx Fog. HEX triplet: CA, B7 and FA. RGB value is (202,183,250). Sum of RGB (Red+Green+Blue) = 202+183+250=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB7FA is #354805. Grayscale: #C4C4C4. Windows color (decimal): -3491846 or 16431050. OLE color: 16431050.

HSL color Cylindrical-coordinate representation of color #CAB7FA: hue angle of 257.01º degrees, saturation: 0.87, 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 #CAB7FA is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202183250-
CMYK0.190.2700.02
HSL257.01º87.01%84.9%-
HSV(B)257.01º26.8%98.04%-
XYZ58.5553.3397.65-
YUV196.32158.29132.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 183 (71.88% from 255) = 28.82%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=31.81%
G=28.82%
B=39.37%

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
Decimal2021832500.190.2700.02257.0187.0184.9
HexCAB7FA131B021015755
Octal312267372233302401127125
Binary110010101011011111111010100111101101010000000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB7FA; }

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

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

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

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

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

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

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

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