Html Css Color HEX #D1B9EE Fog

📋 copy color: '#D1B9EE'

red 209 ◦ green 185 ◦ blue 238

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

Shades of Fog #D1B9EE

Tints of Fog #D1B9EE

RGB

 RED value IS 209 (82.03% from 255) = 33.07%

 GREEN value IS 185 (72.66% from 255) = 29.27%

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

R = 33.07%
G = 29.27%
B = 37.66%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1B9EE (or 0xD1B9EE) is known color: Fog. HEX triplet: D1, B9 and EE. RGB value is (209,185,238). Sum of RGB (Red+Green+Blue) = 209+185+238=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B9EE is #2E4611. Grayscale: #C6C6C6. Windows color (decimal): -3032594 or 15645137. OLE color: 15645137.

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

Color convert

RGB 209 185 238 -
CMYK 0.12 0.22 0 0.07
HSL 267.17º 0.61% 0.83% -
HSV(B) 267.17º 0.22% 0.93% -
XYZ 59.08 54.43 88.28 -
YUV 198.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 209 185 238 0.12 0.22 0 0.07 267.17 0.61 0.83
Hex D1 B9 EE C 16 0 7 10B 3D 53
Octal 321 271 356 14 26 0 7 413 75 123
Binary 11010001 10111001 11101110 1100 10110 0 111 100001011 111101 1010011

Color Harmonies of #D1B9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B9EE

Black with #D1B9EE

Text Example


Text Example

White with #D1B9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B9EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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