Html Css Color HEX #D1B9DA Prelude

📋 copy color: '#D1B9DA'

red 209 ◦ green 185 ◦ blue 218

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

Shades of Prelude #D1B9DA

Tints of Prelude #D1B9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.62%

R = 34.15%
G = 30.23%
B = 35.62%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1B9DA (or 0xD1B9DA) is known color: Prelude. HEX triplet: D1, B9 and DA. RGB value is (209,185,218). Sum of RGB (Red+Green+Blue) = 209+185+218=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9DA is #2E4625. Grayscale: #C3C3C3. Windows color (decimal): -3032614 or 14334417. OLE color: 14334417.

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

Color convert

RGB 209 185 218 -
CMYK 0.04 0.15 0 0.15
HSL 283.64º 0.31% 0.79% -
HSV(B) 283.64º 0.15% 0.85% -
XYZ 56.3 53.32 73.65 -
YUV 195.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 209 185 218 0.04 0.15 0 0.15 283.64 0.31 0.79
Hex D1 B9 DA 4 F 0 F 11C 1F 4F
Octal 321 271 332 4 17 0 17 434 37 117
Binary 11010001 10111001 11011010 100 1111 0 1111 100011100 11111 1001111

Color Harmonies of #D1B9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B9DA

Black with #D1B9DA

Text Example


Text Example

White with #D1B9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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