#D3C2E1

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

Shades of Fog #D3C2E1

Tints of Fog #D3C2E1

Color information

#D3C2E1 (or 0xD3C2E1) is unknown color: approx Fog. HEX triplet: D3, C2 and E1. RGB value is (211,194,225). Sum of RGB (Red+Green+Blue) = 211+194+225=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3C2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2E1 is #2C3D1E. Grayscale: #CACACA. Windows color (decimal): -2899231 or 14795475. OLE color: 14795475.

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

Color convert

RGB211194225-
CMYK0.060.1400.12
HSL272.9º34.07%82.16%-
HSV(B)272.9º13.78%88.24%-
XYZ59.7557.8779.25-
YUV202.62140.63133.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.49%
GREEN value IS 194 (76.17% from 255) = 30.79%
BLUE value IS 225 (88.28% from 255) = 35.71%
R=33.49%
G=30.79%
B=35.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2111942250.060.1400.12272.934.0782.16
HexD3C2E16E0C1112252
Octal32330234161601442142122
Binary1101001111000010111000011101110011001000100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C2E1; }

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

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

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

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

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

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

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

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