#CAB9F7

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

Shades of Fog #CAB9F7

Tints of Fog #CAB9F7

Color information

#CAB9F7 (or 0xCAB9F7) is unknown color: approx Fog. HEX triplet: CA, B9 and F7. RGB value is (202,185,247). Sum of RGB (Red+Green+Blue) = 202+185+247=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 185 (72.66% from 255 or 29.18% from 634); Blue value is 247 (96.88% from 255 or 38.96% from 634); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAB9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB9F7 is #354608. Grayscale: #C4C4C4. Windows color (decimal): -3491337 or 16234954. OLE color: 16234954.

HSL color Cylindrical-coordinate representation of color #CAB9F7: hue angle of 256.45º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB9F7 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202185247-
CMYK0.180.2500.03
HSL256.45º79.49%84.71%-
HSV(B)256.45º25.1%96.86%-
XYZ58.4953.9795.33-
YUV197.15156.13131.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.86%
GREEN value IS 185 (72.66% from 255) = 29.18%
BLUE value IS 247 (96.88% from 255) = 38.96%
R=31.86%
G=29.18%
B=38.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021852470.180.2500.03256.4579.4984.71
HexCAB9F71219031004f55
Octal312271367223103400117125
Binary110010101011100111110111100101100101110000000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB9F7; }

 p { color: rgb(202,185,247); }

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

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

 a { background-color: rgb(202,185,247); }

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

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

 span { border-color: rgb(202,185,247); }

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