#D3C3E1

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

Shades of Fog #D3C3E1

Tints of Fog #D3C3E1

Color information

#D3C3E1 (or 0xD3C3E1) is unknown color: approx Fog. HEX triplet: D3, C3 and E1. RGB value is (211,195,225). Sum of RGB (Red+Green+Blue) = 211+195+225=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3C3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C3E1 is #2C3C1E. Grayscale: #CBCBCB. Windows color (decimal): -2898975 or 14795731. OLE color: 14795731.

HSL color Cylindrical-coordinate representation of color #D3C3E1: hue angle of 272º degrees, saturation: 0.33, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3C3E1 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB211195225-
CMYK0.060.1300.12
HSL272º33.33%82.35%-
HSV(B)272º13.33%88.24%-
XYZ59.9758.3279.33-
YUV203.2140.3133.56-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.44%
GREEN value IS 195 (76.56% from 255) = 30.90%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=33.44%
G=30.90%
B=35.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111952250.060.1300.1227233.3382.35
HexD3C3E16D0C1102152
Octal32330334161501442041122
Binary1101001111000011111000011101101011001000100001000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C3E1; }

 p { color: rgb(211,195,225); }

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

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

 a { background-color: rgb(211,195,225); }

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

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

 span { border-color: rgb(211,195,225); }

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