Html Css Color HEX #D1B0DC Prelude

📋 copy color: '#D1B0DC'

red 209 ◦ green 176 ◦ blue 220

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

Shades of Prelude #D1B0DC

Tints of Prelude #D1B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.09%

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

R = 34.55%
G = 29.09%
B = 36.36%

CMYK

 C value IS 0.05

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1B0DC (or 0xD1B0DC) is known color: Prelude. HEX triplet: D1, B0 and DC. RGB value is (209,176,220). Sum of RGB (Red+Green+Blue) = 209+176+220=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B0DC is #2E4F23. Grayscale: #BEBEBE. Windows color (decimal): -3034916 or 14463185. OLE color: 14463185.

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

Color convert

RGB 209 176 220 -
CMYK 0.05 0.2 0 0.14
HSL 285º 0.39% 0.78% -
HSV(B) 285º 0.2% 0.86% -
XYZ 54.74 49.77 74.43 -
YUV 190.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 209 176 220 0.05 0.2 0 0.14 285 0.39 0.78
Hex D1 B0 DC 5 14 0 E 11D 27 4E
Octal 321 260 334 5 24 0 16 435 47 116
Binary 11010001 10110000 11011100 101 10100 0 1110 100011101 100111 1001110

Color Harmonies of #D1B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B0DC

Black with #D1B0DC

Text Example


Text Example

White with #D1B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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