Html Css Color HEX #D1BADD Prelude

📋 copy color: '#D1BADD'

red 209 ◦ green 186 ◦ blue 221

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

Shades of Prelude #D1BADD

Tints of Prelude #D1BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.19%

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

R = 33.93%
G = 30.19%
B = 35.88%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1BADD (or 0xD1BADD) is known color: Prelude. HEX triplet: D1, BA and DD. RGB value is (209,186,221). Sum of RGB (Red+Green+Blue) = 209+186+221=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BADD is #2E4522. Grayscale: #C4C4C4. Windows color (decimal): -3032355 or 14531281. OLE color: 14531281.

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

Color convert

RGB 209 186 221 -
CMYK 0.05 0.16 0 0.13
HSL 279.43º 0.34% 0.8% -
HSV(B) 279.43º 0.16% 0.87% -
XYZ 56.9 53.89 75.81 -
YUV 196.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 209 186 221 0.05 0.16 0 0.13 279.43 0.34 0.8
Hex D1 BA DD 5 10 0 D 117 22 50
Octal 321 272 335 5 20 0 15 427 42 120
Binary 11010001 10111010 11011101 101 10000 0 1101 100010111 100010 1010000

Color Harmonies of #D1BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BADD

Black with #D1BADD

Text Example


Text Example

White with #D1BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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