#D6BBEC

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

Shades of Fog #D6BBEC

Tints of Fog #D6BBEC

Color information

#D6BBEC (or 0xD6BBEC) is unknown color: approx Fog. HEX triplet: D6, BB and EC. RGB value is (214,187,236). Sum of RGB (Red+Green+Blue) = 214+187+236=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBEC is #294413. Grayscale: #C8C8C8. Windows color (decimal): -2704404 or 15514582. OLE color: 15514582.

HSL color Cylindrical-coordinate representation of color #D6BBEC: hue angle of 273.06º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BBEC is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214187236-
CMYK0.090.2100.07
HSL273.06º56.32%82.94%-
HSV(B)273.06º20.76%92.55%-
XYZ60.6455.8986.95-
YUV200.66147.95137.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.59%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=33.59%
G=29.36%
B=37.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141872360.090.2100.07273.0656.3282.94
HexD6BBEC915071113853
Octal32627335411250742170123
Binary11010110101110111110110010011010101111000100011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBEC; }

 p { color: rgb(214,187,236); }

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

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

 a { background-color: rgb(214,187,236); }

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

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

 span { border-color: rgb(214,187,236); }

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