Html Css Color HEX #D1BDD9 Prelude

📋 copy color: '#D1BDD9'

red 209 ◦ green 189 ◦ blue 217

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

Shades of Prelude #D1BDD9

Tints of Prelude #D1BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.73%

 BLUE value IS 217 (85.16% from 255) = 35.28%

R = 33.98%
G = 30.73%
B = 35.28%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1BDD9 (or 0xD1BDD9) is known color: Prelude. HEX triplet: D1, BD and D9. RGB value is (209,189,217). Sum of RGB (Red+Green+Blue) = 209+189+217=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 217 (85.16% from 255 or 35.28% from 615); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDD9 is #2E4226. Grayscale: #C6C6C6. Windows color (decimal): -3031591 or 14269905. OLE color: 14269905.

HSL color Cylindrical-coordinate representation of color #D1BDD9: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1BDD9 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 189 217 -
CMYK 0.04 0.13 0 0.15
HSL 282.86º 0.27% 0.8% -
HSV(B) 282.86º 0.13% 0.85% -
XYZ 57.02 54.96 73.25 -
YUV 198.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 209 189 217 0.04 0.13 0 0.15 282.86 0.27 0.8
Hex D1 BD D9 4 D 0 F 11B 1B 50
Octal 321 275 331 4 15 0 17 433 33 120
Binary 11010001 10111101 11011001 100 1101 0 1111 100011011 11011 1010000

Color Harmonies of #D1BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDD9

Black with #D1BDD9

Text Example


Text Example

White with #D1BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDD9; }

 p { color: rgb(209,189,217); }

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

background-color css

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

 a { background-color: rgb(209,189,217); }

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

border-color css

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

 span { border-color: rgb(209,189,217); }

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