Html Css Color HEX #D9D1EE Fog

📋 copy color: '#D9D1EE'

red 217 ◦ green 209 ◦ blue 238

#D9D1EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fog #D9D1EE

Tints of Fog #D9D1EE

RGB

 RED value IS 217 (85.16% from 255) = 32.68%

 GREEN value IS 209 (82.03% from 255) = 31.48%

 BLUE value IS 238 (93.36% from 255) = 35.84%

R = 32.68%
G = 31.48%
B = 35.84%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9D1EE (or 0xD9D1EE) is known color: Fog. HEX triplet: D9, D1 and EE. RGB value is (217,209,238). Sum of RGB (Red+Green+Blue) = 217+209+238=664 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.68% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9D1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D1EE is #262E11. Grayscale: #D6D6D6. Windows color (decimal): -2502162 or 15651289. OLE color: 15651289.

HSL color Cylindrical-coordinate representation of color #D9D1EE: hue angle of 256.55º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9D1EE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 209 238 -
CMYK 0.09 0.12 0 0.07
HSL 256.55º 0.46% 0.88% -
HSV(B) 256.55º 0.12% 0.93% -
XYZ 66.85 66.53 90.21 -
YUV 214.7 141.15 129.64 -
System Red Green Blue C M Y K H S L
Decimal 217 209 238 0.09 0.12 0 0.07 256.55 0.46 0.88
Hex D9 D1 EE 9 C 0 7 101 2E 58
Octal 331 321 356 11 14 0 7 401 56 130
Binary 11011001 11010001 11101110 1001 1100 0 111 100000001 101110 1011000

Color Harmonies of #D9D1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D1EE

Black with #D9D1EE

Text Example


Text Example

White with #D9D1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D1EE; }

 p { color: rgb(217,209,238); }

 H1.HeaderClassName
 {
   color: #D9D1EE;
 }
 .AnyTagClassName
 {
   color: #D9D1EE;
 }
</style>

background-color css

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

 a { background-color: rgb(217,209,238); }

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

border-color css

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

 span { border-color: rgb(217,209,238); }

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