#D2BCEB

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

Shades of Fog #D2BCEB

Tints of Fog #D2BCEB

Color information

#D2BCEB (or 0xD2BCEB) is unknown color: approx Fog. HEX triplet: D2, BC and EB. RGB value is (210,188,235). Sum of RGB (Red+Green+Blue) = 210+188+235=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCEB is #2D4314. Grayscale: #C7C7C7. Windows color (decimal): -2966293 or 15449298. OLE color: 15449298.

HSL color Cylindrical-coordinate representation of color #D2BCEB: hue angle of 268.09º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2BCEB is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210188235-
CMYK0.110.200.08
HSL268.09º54.02%82.94%-
HSV(B)268.09º20%92.16%-
XYZ59.5655.6786.2-
YUV199.94147.79135.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.18%
GREEN value IS 188 (73.83% from 255) = 29.70%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=33.18%
G=29.70%
B=37.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101882350.110.200.08268.0954.0282.94
HexD2BCEBB140810c3653
Octal322274353132401041466123
Binary110100101011110011101011101110100010001000011001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BCEB; }

 p { color: rgb(210,188,235); }

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

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

 a { background-color: rgb(210,188,235); }

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

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

 span { border-color: rgb(210,188,235); }

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