#D9C7EB

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

Shades of Fog #D9C7EB

Tints of Fog #D9C7EB

Color information

#D9C7EB (or 0xD9C7EB) is unknown color: approx Fog. HEX triplet: D9, C7 and EB. RGB value is (217,199,235). Sum of RGB (Red+Green+Blue) = 217+199+235=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9C7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C7EB is #263814. Grayscale: #D0D0D0. Windows color (decimal): -2504725 or 15452121. OLE color: 15452121.

HSL color Cylindrical-coordinate representation of color #D9C7EB: hue angle of 270º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9C7EB is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217199235-
CMYK0.080.1500.08
HSL270º47.37%85.1%-
HSV(B)270º15.32%92.16%-
XYZ64.0361.687.11-
YUV208.49142.96134.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.33%
GREEN value IS 199 (78.12% from 255) = 30.57%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=33.33%
G=30.57%
B=36.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171992350.080.1500.0827047.3785.1
HexD9C7EB8F0810e2f55
Octal331307353101701041657125
Binary11011001110001111110101110001111010001000011101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C7EB; }

 p { color: rgb(217,199,235); }

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

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

 a { background-color: rgb(217,199,235); }

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

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

 span { border-color: rgb(217,199,235); }

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