#D9C2EA

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

Shades of Fog #D9C2EA

Tints of Fog #D9C2EA

Color information

#D9C2EA (or 0xD9C2EA) is unknown color: approx Fog. HEX triplet: D9, C2 and EA. RGB value is (217,194,234). Sum of RGB (Red+Green+Blue) = 217+194+234=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 194 (76.17% from 255 or 30.08% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9C2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C2EA is #263D15. Grayscale: #CDCDCD. Windows color (decimal): -2506006 or 15385305. OLE color: 15385305.

HSL color Cylindrical-coordinate representation of color #D9C2EA: hue angle of 274.5º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9C2EA is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217194234-
CMYK0.070.1700.08
HSL274.5º48.78%83.92%-
HSV(B)274.5º17.09%91.76%-
XYZ62.7659.2885.98-
YUV205.44144.12136.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 194 (76.17% from 255) = 30.08%
BLUE value IS 234 (91.80% from 255) = 36.28%
R=33.64%
G=30.08%
B=36.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171942340.070.1700.08274.548.7883.92
HexD9C2EA711081123154
Octal33130235272101042261124
Binary11011001110000101110101011110001010001000100101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C2EA; }

 p { color: rgb(217,194,234); }

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

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

 a { background-color: rgb(217,194,234); }

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

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

 span { border-color: rgb(217,194,234); }

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