Html Css Color HEX #D1B7DB Prelude

📋 copy color: '#D1B7DB'

red 209 ◦ green 183 ◦ blue 219

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

Shades of Prelude #D1B7DB

Tints of Prelude #D1B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.95%

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 34.21%
G = 29.95%
B = 35.84%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1B7DB (or 0xD1B7DB) is known color: Prelude. HEX triplet: D1, B7 and DB. RGB value is (209,183,219). Sum of RGB (Red+Green+Blue) = 209+183+219=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1B7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7DB is #2E4824. Grayscale: #C2C2C2. Windows color (decimal): -3033125 or 14399441. OLE color: 14399441.

HSL color Cylindrical-coordinate representation of color #D1B7DB: hue angle of 283.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B7DB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 183 219 -
CMYK 0.05 0.16 0 0.14
HSL 283.33º 0.33% 0.79% -
HSV(B) 283.33º 0.16% 0.86% -
XYZ 56.01 52.54 74.21 -
YUV 194.88 141.61 138.07 -
System Red Green Blue C M Y K H S L
Decimal 209 183 219 0.05 0.16 0 0.14 283.33 0.33 0.79
Hex D1 B7 DB 5 10 0 E 11B 21 4F
Octal 321 267 333 5 20 0 16 433 41 117
Binary 11010001 10110111 11011011 101 10000 0 1110 100011011 100001 1001111

Color Harmonies of #D1B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B7DB

Black with #D1B7DB

Text Example


Text Example

White with #D1B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B7DB; }

 p { color: rgb(209,183,219); }

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

background-color css

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

 a { background-color: rgb(209,183,219); }

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

border-color css

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

 span { border-color: rgb(209,183,219); }

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