#D0BDE1

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

Shades of Fog #D0BDE1

Tints of Fog #D0BDE1

Color information

#D0BDE1 (or 0xD0BDE1) is unknown color: approx Fog. HEX triplet: D0, BD and E1. RGB value is (208,189,225). Sum of RGB (Red+Green+Blue) = 208+189+225=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #D0BDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDE1 is #2F421E. Grayscale: #C6C6C6. Windows color (decimal): -3097119 or 14794192. OLE color: 14794192.

HSL color Cylindrical-coordinate representation of color #D0BDE1: hue angle of 271.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0BDE1 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208189225-
CMYK0.080.1600.12
HSL271.67º37.5%81.18%-
HSV(B)271.67º16%88.24%-
XYZ57.855.2478.85-
YUV198.78142.79134.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.44%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=33.44%
G=30.39%
B=36.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081892250.080.1600.12271.6737.581.18
HexD0BDE18100C1102551
Octal320275341102001442045121
Binary110100001011110111100001100010000011001000100001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BDE1; }

 p { color: rgb(208,189,225); }

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

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

 a { background-color: rgb(208,189,225); }

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

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

 span { border-color: rgb(208,189,225); }

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