#D7CDE9

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

Shades of Fog #D7CDE9

Tints of Fog #D7CDE9

Color information

#D7CDE9 (or 0xD7CDE9) is unknown color: approx Fog. HEX triplet: D7, CD and E9. RGB value is (215,205,233). Sum of RGB (Red+Green+Blue) = 215+205+233=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: blue. Hex color #D7CDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDE9 is #283216. Grayscale: #D3D3D3. Windows color (decimal): -2634263 or 15322583. OLE color: 15322583.

HSL color Cylindrical-coordinate representation of color #D7CDE9: hue angle of 261.43º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D7CDE9 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215205233-
CMYK0.080.1200.09
HSL261.43º38.89%85.88%-
HSV(B)261.43º12.02%91.37%-
XYZ64.5663.9986.04-
YUV211.18140.31130.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.92%
GREEN value IS 205 (80.47% from 255) = 31.39%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=32.92%
G=31.39%
B=35.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152052330.080.1200.09261.4338.8985.88
HexD7CDE98C091052756
Octal327315351101401140547126
Binary11010111110011011110100110001100010011000001011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDE9; }

 p { color: rgb(215,205,233); }

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

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

 a { background-color: rgb(215,205,233); }

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

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

 span { border-color: rgb(215,205,233); }

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