#CBB7F9

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

Shades of Fog #CBB7F9

Tints of Fog #CBB7F9

Color information

#CBB7F9 (or 0xCBB7F9) is unknown color: approx Fog. HEX triplet: CB, B7 and F9. RGB value is (203,183,249). Sum of RGB (Red+Green+Blue) = 203+183+249=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 183 (71.88% from 255 or 28.82% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBB7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7F9 is #344806. Grayscale: #C4C4C4. Windows color (decimal): -3426311 or 16365515. OLE color: 16365515.

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

Color convert

RGB203183249-
CMYK0.180.2700.02
HSL258.18º84.62%84.71%-
HSV(B)258.18º26.51%97.65%-
XYZ58.6653.496.84-
YUV196.5157.63132.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.97%
GREEN value IS 183 (71.88% from 255) = 28.82%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=31.97%
G=28.82%
B=39.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031832490.180.2700.02258.1884.6284.71
HexCBB7F9121B021025555
Octal313267371223302402125125
Binary110010111011011111111001100101101101010000001010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7F9; }

 p { color: rgb(203,183,249); }

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

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

 a { background-color: rgb(203,183,249); }

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

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

 span { border-color: rgb(203,183,249); }

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