Html Css Color HEX #D5B0DD Prelude

📋 copy color: '#D5B0DD'

red 213 ◦ green 176 ◦ blue 221

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

Shades of Prelude #D5B0DD

Tints of Prelude #D5B0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.85%

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

R = 34.92%
G = 28.85%
B = 36.23%

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

#D5B0DD (or 0xD5B0DD) is known color: Prelude. HEX triplet: D5, B0 and DD. RGB value is (213,176,221). Sum of RGB (Red+Green+Blue) = 213+176+221=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 176 (69.14% from 255 or 28.85% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5B0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B0DD is #2A4F22. Grayscale: #C0C0C0. Windows color (decimal): -2772771 or 14528725. OLE color: 14528725.

HSL color Cylindrical-coordinate representation of color #D5B0DD: hue angle of 289.33º degrees, saturation: 0.4, 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 #D5B0DD is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 176 221 -
CMYK 0.04 0.20 0 0.13
HSL 289.33º 0.4% 0.78% -
HSV(B) 289.33º 0.2% 0.87% -
XYZ 56.02 50.42 75.19 -
YUV 192.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 213 176 221 0.04 0.20 0 0.13 289.33 0.4 0.78
Hex D5 B0 DD 4 14 0 D 121 28 4E
Octal 325 260 335 4 24 0 15 441 50 116
Binary 11010101 10110000 11011101 100 10100 0 1101 100100001 101000 1001110

Color Harmonies of #D5B0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B0DD

Black with #D5B0DD

Text Example


Text Example

White with #D5B0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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