Html Css Color HEX #D1BFDD Prelude

📋 copy color: '#D1BFDD'

red 209 ◦ green 191 ◦ blue 221

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

Shades of Prelude #D1BFDD

Tints of Prelude #D1BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 30.76%

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

R = 33.66%
G = 30.76%
B = 35.59%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1BFDD (or 0xD1BFDD) is known color: Prelude. HEX triplet: D1, BF and DD. RGB value is (209,191,221). Sum of RGB (Red+Green+Blue) = 209+191+221=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFDD is #2E4022. Grayscale: #C7C7C7. Windows color (decimal): -3031075 or 14532561. OLE color: 14532561.

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

Color convert

RGB 209 191 221 -
CMYK 0.05 0.14 0 0.13
HSL 276º 0.31% 0.81% -
HSV(B) 276º 0.14% 0.87% -
XYZ 57.98 56.04 76.17 -
YUV 199.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 209 191 221 0.05 0.14 0 0.13 276 0.31 0.81
Hex D1 BF DD 5 E 0 D 114 1F 51
Octal 321 277 335 5 16 0 15 424 37 121
Binary 11010001 10111111 11011101 101 1110 0 1101 100010100 11111 1010001

Color Harmonies of #D1BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BFDD

Black with #D1BFDD

Text Example


Text Example

White with #D1BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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