#D3CDE7

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

Shades of Fog #D3CDE7

Tints of Fog #D3CDE7

Color information

#D3CDE7 (or 0xD3CDE7) is unknown color: approx Fog. HEX triplet: D3, CD and E7. RGB value is (211,205,231). Sum of RGB (Red+Green+Blue) = 211+205+231=647 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.61% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 231 - color contains mainly: blue. Hex color #D3CDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CDE7 is #2C3218. Grayscale: #D1D1D1. Windows color (decimal): -2896409 or 15191507. OLE color: 15191507.

HSL color Cylindrical-coordinate representation of color #D3CDE7: hue angle of 253.85º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CDE7 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB211205231-
CMYK0.090.1100.09
HSL253.85º35.14%85.49%-
HSV(B)253.85º11.26%90.59%-
XYZ63.1263.2884.49-
YUV209.76139.99128.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.61%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 231 (90.62% from 255) = 35.70%
R=32.61%
G=31.68%
B=35.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112052310.090.1100.09253.8535.1485.49
HexD3CDE79B09fe2355
Octal323315347111301137643125
Binary1101001111001101111001111001101101001111111101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CDE7; }

 p { color: rgb(211,205,231); }

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

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

 a { background-color: rgb(211,205,231); }

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

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

 span { border-color: rgb(211,205,231); }

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