Html Css Color HEX #D1BDD7 Prelude

📋 copy color: '#D1BDD7'

red 209 ◦ green 189 ◦ blue 215

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

Shades of Prelude #D1BDD7

Tints of Prelude #D1BDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.07%

R = 34.09%
G = 30.83%
B = 35.07%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1BDD7 (or 0xD1BDD7) is known color: Prelude. HEX triplet: D1, BD and D7. RGB value is (209,189,215). Sum of RGB (Red+Green+Blue) = 209+189+215=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDD7 is #2E4228. Grayscale: #C5C5C5. Windows color (decimal): -3031593 or 14138833. OLE color: 14138833.

HSL color Cylindrical-coordinate representation of color #D1BDD7: hue angle of 286.15º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1BDD7 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 189 215 -
CMYK 0.03 0.12 0 0.16
HSL 286.15º 0.25% 0.79% -
HSV(B) 286.15º 0.12% 0.84% -
XYZ 56.76 54.86 71.89 -
YUV 197.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 209 189 215 0.03 0.12 0 0.16 286.15 0.25 0.79
Hex D1 BD D7 3 C 0 10 11E 19 4F
Octal 321 275 327 3 14 0 20 436 31 117
Binary 11010001 10111101 11010111 11 1100 0 10000 100011110 11001 1001111

Color Harmonies of #D1BDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDD7

Black with #D1BDD7

Text Example


Text Example

White with #D1BDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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