Html Css Color HEX #D1B3DD Prelude

📋 copy color: '#D1B3DD'

red 209 ◦ green 179 ◦ blue 221

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

Shades of Prelude #D1B3DD

Tints of Prelude #D1B3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.39%

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

R = 34.32%
G = 29.39%
B = 36.29%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1B3DD (or 0xD1B3DD) is known color: Prelude. HEX triplet: D1, B3 and DD. RGB value is (209,179,221). Sum of RGB (Red+Green+Blue) = 209+179+221=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 179 (70.31% from 255 or 29.39% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B3DD is #2E4C22. Grayscale: #C0C0C0. Windows color (decimal): -3034147 or 14529489. OLE color: 14529489.

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

Color convert

RGB 209 179 221 -
CMYK 0.05 0.19 0 0.13
HSL 282.86º 0.38% 0.78% -
HSV(B) 282.86º 0.19% 0.87% -
XYZ 55.47 51.02 75.33 -
YUV 192.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 209 179 221 0.05 0.19 0 0.13 282.86 0.38 0.78
Hex D1 B3 DD 5 13 0 D 11B 26 4E
Octal 321 263 335 5 23 0 15 433 46 116
Binary 11010001 10110011 11011101 101 10011 0 1101 100011011 100110 1001110

Color Harmonies of #D1B3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B3DD

Black with #D1B3DD

Text Example


Text Example

White with #D1B3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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