#D2BCEE

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

Shades of Fog #D2BCEE

Tints of Fog #D2BCEE

Color information

#D2BCEE (or 0xD2BCEE) is unknown color: approx Fog. HEX triplet: D2, BC and EE. RGB value is (210,188,238). Sum of RGB (Red+Green+Blue) = 210+188+238=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCEE is #2D4311. Grayscale: #C8C8C8. Windows color (decimal): -2966290 or 15645906. OLE color: 15645906.

HSL color Cylindrical-coordinate representation of color #D2BCEE: hue angle of 266.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2BCEE is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210188238-
CMYK0.120.2100.07
HSL266.4º59.52%83.53%-
HSV(B)266.4º21.01%93.33%-
XYZ59.9955.8488.51-
YUV200.28149.29134.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.02%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=33.02%
G=29.56%
B=37.42%

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
Decimal2101882380.120.2100.07266.459.5283.53
HexD2BCEEC150710a3c54
Octal32227435614250741274124
Binary11010010101111001110111011001010101111000010101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BCEE; }

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

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

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

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

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

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

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

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