#D3C7E4

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

Shades of Fog #D3C7E4

Tints of Fog #D3C7E4

Color information

#D3C7E4 (or 0xD3C7E4) is unknown color: approx Fog. HEX triplet: D3, C7 and E4. RGB value is (211,199,228). Sum of RGB (Red+Green+Blue) = 211+199+228=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 228 - color contains mainly: blue. Hex color #D3C7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7E4 is #2C381B. Grayscale: #CDCDCD. Windows color (decimal): -2897948 or 14993363. OLE color: 14993363.

HSL color Cylindrical-coordinate representation of color #D3C7E4: hue angle of 264.83º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3C7E4 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB211199228-
CMYK0.070.1300.11
HSL264.83º34.94%83.73%-
HSV(B)264.83º12.72%89.41%-
XYZ61.2960.381.81-
YUV205.89140.48131.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.07%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 228 (89.45% from 255) = 35.74%
R=33.07%
G=31.19%
B=35.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2111992280.070.1300.11264.8334.9483.73
HexD3C7E47D0B1092354
Octal32330734471501341143124
Binary1101001111000111111001001111101010111000010011000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C7E4; }

 p { color: rgb(211,199,228); }

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

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

 a { background-color: rgb(211,199,228); }

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

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

 span { border-color: rgb(211,199,228); }

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