#D9C6EB

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

Shades of Fog #D9C6EB

Tints of Fog #D9C6EB

Color information

#D9C6EB (or 0xD9C6EB) is unknown color: approx Fog. HEX triplet: D9, C6 and EB. RGB value is (217,198,235). Sum of RGB (Red+Green+Blue) = 217+198+235=650 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.38% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9C6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C6EB is #263914. Grayscale: #CFCFCF. Windows color (decimal): -2504981 or 15451865. OLE color: 15451865.

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

Color convert

RGB217198235-
CMYK0.080.1600.08
HSL270.81º48.05%84.9%-
HSV(B)270.81º15.74%92.16%-
XYZ63.861.1487.04-
YUV207.9143.29134.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.38%
GREEN value IS 198 (77.73% from 255) = 30.46%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=33.38%
G=30.46%
B=36.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171982350.080.1600.08270.8148.0584.9
HexD9C6EB8100810f3055
Octal331306353102001041760125
Binary110110011100011011101011100010000010001000011111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6EB; }

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

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

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

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

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

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

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

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