#D7CDE7

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

Shades of Fog #D7CDE7

Tints of Fog #D7CDE7

Color information

#D7CDE7 (or 0xD7CDE7) is unknown color: approx Fog. HEX triplet: D7, CD and E7. RGB value is (215,205,231). Sum of RGB (Red+Green+Blue) = 215+205+231=651 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.03% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 231 - color contains mainly: blue. Hex color #D7CDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDE7 is #283218. Grayscale: #D2D2D2. Windows color (decimal): -2634265 or 15191511. OLE color: 15191511.

HSL color Cylindrical-coordinate representation of color #D7CDE7: hue angle of 263.08º 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 #D7CDE7 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215205231-
CMYK0.070.1100.09
HSL263.08º35.14%85.49%-
HSV(B)263.08º11.26%90.59%-
XYZ64.2863.8884.54-
YUV210.95139.31130.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.03%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 231 (90.62% from 255) = 35.48%
R=33.03%
G=31.49%
B=35.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152052310.070.1100.09263.0835.1485.49
HexD7CDE77B091072355
Octal32731534771301140743125
Binary1101011111001101111001111111011010011000001111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CDE7; }

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

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

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

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

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

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

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

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