#D2BCEA

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

Shades of Fog #D2BCEA

Tints of Fog #D2BCEA

Color information

#D2BCEA (or 0xD2BCEA) is unknown color: approx Fog. HEX triplet: D2, BC and EA. RGB value is (210,188,234). Sum of RGB (Red+Green+Blue) = 210+188+234=632 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.23% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #D2BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCEA is #2D4315. Grayscale: #C7C7C7. Windows color (decimal): -2966294 or 15383762. OLE color: 15383762.

HSL color Cylindrical-coordinate representation of color #D2BCEA: hue angle of 268.7º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2BCEA is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210188234-
CMYK0.100.2000.08
HSL268.7º52.27%82.75%-
HSV(B)268.7º19.66%91.76%-
XYZ59.4155.6185.44-
YUV199.82147.29135.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.23%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 234 (91.80% from 255) = 37.03%
R=33.23%
G=29.75%
B=37.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101882340.100.2000.08268.752.2782.75
HexD2BCEAA140810d3453
Octal322274352122401041564123
Binary110100101011110011101010101010100010001000011011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BCEA; }

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

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

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

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

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

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

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

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