#cbb5f4

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

Shades of Fog #CBB5F4

Tints of Fog #CBB5F4

Color information

#CBB5F4 (or 0xCBB5F4) is unknown color: approx Fog. HEX triplet: CB, B5 and F4. RGB value is (203,181,244). Sum of RGB (Red+Green+Blue) = 203+181+244=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #CBB5F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5F4 is #344A0B. Grayscale: #C2C2C2. Windows color (decimal): -3426828 or 16037323. OLE color: 16037323.

HSL color Cylindrical-coordinate representation of color #CBB5F4: hue angle of 260.95º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB5F4 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203181244-
CMYK0.170.2600.04
HSL260.95º74.12%83.33%-
HSV(B)260.95º25.82%95.69%-
XYZ57.4852.2892.65-
YUV194.76155.79133.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 244 (95.70% from 255) = 38.85%
R=32.32%
G=28.82%
B=38.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031812440.170.2600.04260.9574.1283.33
HexCBB5F4111A041054a53
Octal313265364213204405112123
Binary1100101110110101111101001000111010010010000010110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbb5f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbb5f4; }

 p { color: rgb(203,181,244); }

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

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

 a { background-color: rgb(203,181,244); }

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

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

 span { border-color: rgb(203,181,244); }

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