#CBB6FD

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

Shades of Fog #CBB6FD

Tints of Fog #CBB6FD

Color information

#CBB6FD (or 0xCBB6FD) is unknown color: approx Fog. HEX triplet: CB, B6 and FD. RGB value is (203,182,253). Sum of RGB (Red+Green+Blue) = 203+182+253=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 182 (71.48% from 255 or 28.53% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6FD is #344902. Grayscale: #C4C4C4. Windows color (decimal): -3426563 or 16627403. OLE color: 16627403.

HSL color Cylindrical-coordinate representation of color #CBB6FD: hue angle of 257.75º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB6FD is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203182253-
CMYK0.200.2800.01
HSL257.75º94.67%85.29%-
HSV(B)257.75º28.06%99.22%-
XYZ59.0953.24100.09-
YUV196.37159.96132.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.82%
GREEN value IS 182 (71.48% from 255) = 28.53%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=31.82%
G=28.53%
B=39.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031822530.200.2800.01257.7594.6785.29
HexCBB6FD141C011025f55
Octal313266375243401402137125
Binary11001011101101101111110110100111000110000001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6FD; }

 p { color: rgb(203,182,253); }

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

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

 a { background-color: rgb(203,182,253); }

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

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

 span { border-color: rgb(203,182,253); }

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