Html Css Color HEX #D3BDD9 Prelude

📋 copy color: '#D3BDD9'

red 211 ◦ green 189 ◦ blue 217

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

Shades of Prelude #D3BDD9

Tints of Prelude #D3BDD9

RGB

 RED value IS 211 (82.81% from 255) = 34.2%

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

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

R = 34.2%
G = 30.63%
B = 35.17%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D3BDD9 (or 0xD3BDD9) is known color: Prelude. HEX triplet: D3, BD and D9. RGB value is (211,189,217). Sum of RGB (Red+Green+Blue) = 211+189+217=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 217 (85.16% from 255 or 35.17% from 617); Max value from RGB is 217 - color contains mainly: blue. Hex color #D3BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BDD9 is #2C4226. Grayscale: #C6C6C6. Windows color (decimal): -2900519 or 14269907. OLE color: 14269907.

HSL color Cylindrical-coordinate representation of color #D3BDD9: hue angle of 287.14º 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 #D3BDD9 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 189 217 -
CMYK 0.03 0.13 0 0.15
HSL 287.14º 0.27% 0.8% -
HSV(B) 287.14º 0.13% 0.85% -
XYZ 57.59 55.25 73.28 -
YUV 198.77 138.29 136.72 -
System Red Green Blue C M Y K H S L
Decimal 211 189 217 0.03 0.13 0 0.15 287.14 0.27 0.8
Hex D3 BD D9 3 D 0 F 11F 1B 50
Octal 323 275 331 3 15 0 17 437 33 120
Binary 11010011 10111101 11011001 11 1101 0 1111 100011111 11011 1010000

Color Harmonies of #D3BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BDD9

Black with #D3BDD9

Text Example


Text Example

White with #D3BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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