#D3CDE5

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

Shades of Fog #D3CDE5

Tints of Fog #D3CDE5

Color information

#D3CDE5 (or 0xD3CDE5) is unknown color: approx Fog. HEX triplet: D3, CD and E5. RGB value is (211,205,229). Sum of RGB (Red+Green+Blue) = 211+205+229=645 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.71% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #D3CDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDE5 is #2C321A. Grayscale: #D1D1D1. Windows color (decimal): -2896411 or 15060435. OLE color: 15060435.

HSL color Cylindrical-coordinate representation of color #D3CDE5: hue angle of 255º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3CDE5 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB211205229-
CMYK0.080.1000.10
HSL255º31.58%85.1%-
HSV(B)255º10.48%89.8%-
XYZ62.8463.1783.01-
YUV209.53138.99129.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.71%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 229 (89.84% from 255) = 35.50%
R=32.71%
G=31.78%
B=35.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2112052290.080.1000.1025531.5885.1
HexD3CDE58A0Aff2055
Octal323315345101201237740125
Binary1101001111001101111001011000101001010111111111000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CDE5; }

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

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

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

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

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

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

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

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