#D9BCF1

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

Shades of Fog #D9BCF1

Tints of Fog #D9BCF1

Color information

#D9BCF1 (or 0xD9BCF1) is unknown color: approx Fog. HEX triplet: D9, BC and F1. RGB value is (217,188,241). Sum of RGB (Red+Green+Blue) = 217+188+241=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCF1 is #26430E. Grayscale: #CACACA. Windows color (decimal): -2507535 or 15842521. OLE color: 15842521.

HSL color Cylindrical-coordinate representation of color #D9BCF1: hue angle of 272.83º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9BCF1 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217188241-
CMYK0.100.2200.05
HSL272.83º65.43%84.12%-
HSV(B)272.83º21.99%94.51%-
XYZ62.4857.0790.94-
YUV202.71149.61138.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.59%
GREEN value IS 188 (73.83% from 255) = 29.10%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=33.59%
G=29.10%
B=37.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171882410.100.2200.05272.8365.4384.12
HexD9BCF1A16051114154
Octal331274361122605421101124
Binary110110011011110011110001101010110010110001000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCF1; }

 p { color: rgb(217,188,241); }

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

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

 a { background-color: rgb(217,188,241); }

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

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

 span { border-color: rgb(217,188,241); }

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