#D2BCF1

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

Shades of Fog #D2BCF1

Tints of Fog #D2BCF1

Color information

#D2BCF1 (or 0xD2BCF1) is unknown color: approx Fog. HEX triplet: D2, BC and F1. RGB value is (210,188,241). Sum of RGB (Red+Green+Blue) = 210+188+241=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCF1 is #2D430E. Grayscale: #C8C8C8. Windows color (decimal): -2966287 or 15842514. OLE color: 15842514.

HSL color Cylindrical-coordinate representation of color #D2BCF1: hue angle of 264.91º 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 #D2BCF1 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210188241-
CMYK0.130.2200.05
HSL264.91º65.43%84.12%-
HSV(B)264.91º21.99%94.51%-
XYZ60.4456.0290.85-
YUV200.62150.79134.69-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.86%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 241 (94.53% from 255) = 37.72%
R=32.86%
G=29.42%
B=37.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101882410.130.2200.05264.9165.4384.12
HexD2BCF1D16051094154
Octal322274361152605411101124
Binary110100101011110011110001110110110010110000100110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BCF1; }

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

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

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

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

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

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

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

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