Html Css Color HEX #D1B7DA Prelude

📋 copy color: '#D1B7DA'

red 209 ◦ green 183 ◦ blue 218

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

Shades of Prelude #D1B7DA

Tints of Prelude #D1B7DA

RGB

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

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

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

R = 34.26%
G = 30%
B = 35.74%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1B7DA (or 0xD1B7DA) is known color: Prelude. HEX triplet: D1, B7 and DA. RGB value is (209,183,218). Sum of RGB (Red+Green+Blue) = 209+183+218=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1B7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B7DA is #2E4825. Grayscale: #C2C2C2. Windows color (decimal): -3033126 or 14333905. OLE color: 14333905.

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

Color convert

RGB 209 183 218 -
CMYK 0.04 0.16 0 0.15
HSL 284.57º 0.32% 0.79% -
HSV(B) 284.57º 0.16% 0.85% -
XYZ 55.88 52.48 73.51 -
YUV 194.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 209 183 218 0.04 0.16 0 0.15 284.57 0.32 0.79
Hex D1 B7 DA 4 10 0 F 11D 20 4F
Octal 321 267 332 4 20 0 17 435 40 117
Binary 11010001 10110111 11011010 100 10000 0 1111 100011101 100000 1001111

Color Harmonies of #D1B7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B7DA

Black with #D1B7DA

Text Example


Text Example

White with #D1B7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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