#D2C4EB

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

Shades of Fog #D2C4EB

Tints of Fog #D2C4EB

Color information

#D2C4EB (or 0xD2C4EB) is unknown color: approx Fog. HEX triplet: D2, C4 and EB. RGB value is (210,196,235). Sum of RGB (Red+Green+Blue) = 210+196+235=641 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.76% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C4EB is #2D3B14. Grayscale: #CCCCCC. Windows color (decimal): -2964245 or 15451346. OLE color: 15451346.

HSL color Cylindrical-coordinate representation of color #D2C4EB: hue angle of 261.54º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2C4EB is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB210196235-
CMYK0.110.1700.08
HSL261.54º49.37%84.51%-
HSV(B)261.54º16.6%92.16%-
XYZ61.3159.1886.79-
YUV204.63145.14131.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.76%
GREEN value IS 196 (76.95% from 255) = 30.58%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=32.76%
G=30.58%
B=36.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2101962350.110.1700.08261.5449.3784.51
HexD2C4EBB11081063155
Octal322304353132101040661125
Binary110100101100010011101011101110001010001000001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C4EB; }

 p { color: rgb(210,196,235); }

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

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

 a { background-color: rgb(210,196,235); }

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

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

 span { border-color: rgb(210,196,235); }

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