Html Css Color HEX #D1B5DD Prelude

📋 copy color: '#D1B5DD'

red 209 ◦ green 181 ◦ blue 221

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

Shades of Prelude #D1B5DD

Tints of Prelude #D1B5DD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.62%

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 34.21%
G = 29.62%
B = 36.17%

CMYK

 C value IS 0.05

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1B5DD (or 0xD1B5DD) is known color: Prelude. HEX triplet: D1, B5 and DD. RGB value is (209,181,221). Sum of RGB (Red+Green+Blue) = 209+181+221=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B5DD is #2E4A22. Grayscale: #C1C1C1. Windows color (decimal): -3033635 or 14530001. OLE color: 14530001.

HSL color Cylindrical-coordinate representation of color #D1B5DD: hue angle of 282º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1B5DD is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 181 221 -
CMYK 0.05 0.18 0 0.13
HSL 282º 0.37% 0.79% -
HSV(B) 282º 0.18% 0.87% -
XYZ 55.87 51.82 75.46 -
YUV 193.93 143.28 138.75 -
System Red Green Blue C M Y K H S L
Decimal 209 181 221 0.05 0.18 0 0.13 282 0.37 0.79
Hex D1 B5 DD 5 12 0 D 11A 25 4F
Octal 321 265 335 5 22 0 15 432 45 117
Binary 11010001 10110101 11011101 101 10010 0 1101 100011010 100101 1001111

Color Harmonies of #D1B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B5DD

Black with #D1B5DD

Text Example


Text Example

White with #D1B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B5DD; }

 p { color: rgb(209,181,221); }

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

background-color css

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

 a { background-color: rgb(209,181,221); }

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

border-color css

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

 span { border-color: rgb(209,181,221); }

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