#CBB5F1

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

Shades of Fog #CBB5F1

Tints of Fog #CBB5F1

Color information

#CBB5F1 (or 0xCBB5F1) is unknown color: approx Fog. HEX triplet: CB, B5 and F1. RGB value is (203,181,241). Sum of RGB (Red+Green+Blue) = 203+181+241=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 181 (71.09% from 255 or 28.96% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBB5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5F1 is #344A0E. Grayscale: #C2C2C2. Windows color (decimal): -3426831 or 15840715. OLE color: 15840715.

HSL color Cylindrical-coordinate representation of color #CBB5F1: hue angle of 262º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB5F1 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203181241-
CMYK0.160.2500.05
HSL262º68.18%82.75%-
HSV(B)262º24.9%94.51%-
XYZ57.0352.190.27-
YUV194.42154.29134.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 181 (71.09% from 255) = 28.96%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=32.48%
G=28.96%
B=38.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031812410.160.2500.0526268.1882.75
HexCBB5F11019051064453
Octal313265361203105406104123
Binary1100101110110101111100011000011001010110000011010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5F1; }

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

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

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

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

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

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

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

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