#D2BDEB

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

Shades of Fog #D2BDEB

Tints of Fog #D2BDEB

Color information

#D2BDEB (or 0xD2BDEB) is unknown color: approx Fog. HEX triplet: D2, BD and EB. RGB value is (210,189,235). Sum of RGB (Red+Green+Blue) = 210+189+235=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BDEB is #2D4214. Grayscale: #C8C8C8. Windows color (decimal): -2966037 or 15449554. OLE color: 15449554.

HSL color Cylindrical-coordinate representation of color #D2BDEB: hue angle of 267.39º degrees, saturation: 0.53, 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 #D2BDEB is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210189235-
CMYK0.110.2000.08
HSL267.39º53.49%83.14%-
HSV(B)267.39º19.57%92.16%-
XYZ59.7756.0986.27-
YUV200.52147.46134.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.12%
GREEN value IS 189 (74.22% from 255) = 29.81%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=33.12%
G=29.81%
B=37.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101892350.110.2000.08267.3953.4983.14
HexD2BDEBB140810b3553
Octal322275353132401041365123
Binary110100101011110111101011101110100010001000010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BDEB; }

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

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

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

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

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

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

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

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