Html Css Color HEX #D5B1DD Prelude

📋 copy color: '#D5B1DD'

red 213 ◦ green 177 ◦ blue 221

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

Shades of Prelude #D5B1DD

Tints of Prelude #D5B1DD

RGB

 RED value IS 213 (83.59% from 255) = 34.86%

 GREEN value IS 177 (69.53% from 255) = 28.97%

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

R = 34.86%
G = 28.97%
B = 36.17%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5B1DD (or 0xD5B1DD) is known color: Prelude. HEX triplet: D5, B1 and DD. RGB value is (213,177,221). Sum of RGB (Red+Green+Blue) = 213+177+221=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 177 (69.53% from 255 or 28.97% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5B1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1DD is #2A4E22. Grayscale: #C0C0C0. Windows color (decimal): -2772515 or 14528981. OLE color: 14528981.

HSL color Cylindrical-coordinate representation of color #D5B1DD: hue angle of 289.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5B1DD is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 177 221 -
CMYK 0.04 0.20 0 0.13
HSL 289.09º 0.39% 0.78% -
HSV(B) 289.09º 0.2% 0.87% -
XYZ 56.21 50.81 75.25 -
YUV 192.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 213 177 221 0.04 0.20 0 0.13 289.09 0.39 0.78
Hex D5 B1 DD 4 14 0 D 121 27 4E
Octal 325 261 335 4 24 0 15 441 47 116
Binary 11010101 10110001 11011101 100 10100 0 1101 100100001 100111 1001110

Color Harmonies of #D5B1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B1DD

Black with #D5B1DD

Text Example


Text Example

White with #D5B1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B1DD; }

 p { color: rgb(213,177,221); }

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

background-color css

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

 a { background-color: rgb(213,177,221); }

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

border-color css

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

 span { border-color: rgb(213,177,221); }

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