#D2BCED

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

Shades of Fog #D2BCED

Tints of Fog #D2BCED

Color information

#D2BCED (or 0xD2BCED) is unknown color: approx Fog. HEX triplet: D2, BC and ED. RGB value is (210,188,237). Sum of RGB (Red+Green+Blue) = 210+188+237=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCED is #2D4312. Grayscale: #C7C7C7. Windows color (decimal): -2966291 or 15580370. OLE color: 15580370.

HSL color Cylindrical-coordinate representation of color #D2BCED: hue angle of 266.94º degrees, saturation: 0.58, 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 #D2BCED is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210188237-
CMYK0.110.2100.07
HSL266.94º57.65%83.33%-
HSV(B)266.94º20.68%92.94%-
XYZ59.8555.7887.73-
YUV200.16148.79135.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.07%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=33.07%
G=29.61%
B=37.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101882370.110.2100.07266.9457.6583.33
HexD2BCEDB150710b3a53
Octal32227435513250741372123
Binary11010010101111001110110110111010101111000010111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BCED; }

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

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

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

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

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

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

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

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