Html Css Color HEX #D4B1DD Prelude

📋 copy color: '#D4B1DD'

red 212 ◦ green 177 ◦ blue 221

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

Shades of Prelude #D4B1DD

Tints of Prelude #D4B1DD

RGB

 RED value IS 212 (83.2% from 255) = 34.75%

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

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

R = 34.75%
G = 29.02%
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

#D4B1DD (or 0xD4B1DD) is known color: Prelude. HEX triplet: D4, B1 and DD. RGB value is (212,177,221). Sum of RGB (Red+Green+Blue) = 212+177+221=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 177 (69.53% from 255 or 29.02% 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 #D4B1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1DD is #2B4E22. Grayscale: #C0C0C0. Windows color (decimal): -2838051 or 14528980. OLE color: 14528980.

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

Color convert

RGB 212 177 221 -
CMYK 0.04 0.20 0 0.13
HSL 287.73º 0.39% 0.78% -
HSV(B) 287.73º 0.2% 0.87% -
XYZ 55.92 50.66 75.24 -
YUV 192.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 212 177 221 0.04 0.20 0 0.13 287.73 0.39 0.78
Hex D4 B1 DD 4 14 0 D 120 27 4E
Octal 324 261 335 4 24 0 15 440 47 116
Binary 11010100 10110001 11011101 100 10100 0 1101 100100000 100111 1001110

Color Harmonies of #D4B1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B1DD

Black with #D4B1DD

Text Example


Text Example

White with #D4B1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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