Html Css Color HEX #D1B7DC Prelude

📋 copy color: '#D1B7DC'

red 209 ◦ green 183 ◦ blue 220

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

Shades of Prelude #D1B7DC

Tints of Prelude #D1B7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 34.15%
G = 29.9%
B = 35.95%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1B7DC (or 0xD1B7DC) is known color: Prelude. HEX triplet: D1, B7 and DC. RGB value is (209,183,220). Sum of RGB (Red+Green+Blue) = 209+183+220=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7DC is #2E4823. Grayscale: #C2C2C2. Windows color (decimal): -3033124 or 14464977. OLE color: 14464977.

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

Color convert

RGB 209 183 220 -
CMYK 0.05 0.17 0 0.14
HSL 282.16º 0.35% 0.79% -
HSV(B) 282.16º 0.17% 0.86% -
XYZ 56.15 52.59 74.9 -
YUV 194.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 209 183 220 0.05 0.17 0 0.14 282.16 0.35 0.79
Hex D1 B7 DC 5 11 0 E 11A 23 4F
Octal 321 267 334 5 21 0 16 432 43 117
Binary 11010001 10110111 11011100 101 10001 0 1110 100011010 100011 1001111

Color Harmonies of #D1B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B7DC

Black with #D1B7DC

Text Example


Text Example

White with #D1B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B7DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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