#D3C8DB

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

Shades of Fog #D3C8DB

Tints of Fog #D3C8DB

Color information

#D3C8DB (or 0xD3C8DB) is unknown color: approx Fog. HEX triplet: D3, C8 and DB. RGB value is (211,200,219). Sum of RGB (Red+Green+Blue) = 211+200+219=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 200 (78.52% from 255 or 31.75% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C8DB is #2C3724. Grayscale: #CDCDCD. Windows color (decimal): -2897701 or 14403795. OLE color: 14403795.

HSL color Cylindrical-coordinate representation of color #D3C8DB: hue angle of 274.74º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3C8DB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211200219-
CMYK0.040.0900.14
HSL274.74º20.88%82.16%-
HSV(B)274.74º8.68%85.88%-
XYZ60.360.2775.47-
YUV205.46135.64131.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.49%
GREEN value IS 200 (78.52% from 255) = 31.75%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=33.49%
G=31.75%
B=34.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112002190.040.0900.14274.7420.8882.16
HexD3C8DB490E1131552
Octal32331033341101642325122
Binary110100111100100011011011100100101110100010011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C8DB; }

 p { color: rgb(211,200,219); }

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

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

 a { background-color: rgb(211,200,219); }

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

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

 span { border-color: rgb(211,200,219); }

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