#D1BCED

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

Shades of Fog #D1BCED

Tints of Fog #D1BCED

Color information

#D1BCED (or 0xD1BCED) is unknown color: approx Fog. HEX triplet: D1, BC and ED. RGB value is (209,188,237). Sum of RGB (Red+Green+Blue) = 209+188+237=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1BCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BCED is #2E4312. Grayscale: #C7C7C7. Windows color (decimal): -3031827 or 15580369. OLE color: 15580369.

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

Color convert

RGB209188237-
CMYK0.120.2100.07
HSL265.71º57.65%83.33%-
HSV(B)265.71º20.68%92.94%-
XYZ59.5655.6487.72-
YUV199.86148.96134.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 188 (73.83% from 255) = 29.65%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=32.97%
G=29.65%
B=37.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091882370.120.2100.07265.7157.6583.33
HexD1BCEDC150710a3a53
Octal32127435514250741272123
Binary11010001101111001110110111001010101111000010101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BCED; }

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

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

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

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

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

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

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

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