Html Css Color HEX #D4B7DD Prelude

📋 copy color: '#D4B7DD'

red 212 ◦ green 183 ◦ blue 221

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

Shades of Prelude #D4B7DD

Tints of Prelude #D4B7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.71%

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

R = 34.42%
G = 29.71%
B = 35.88%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4B7DD (or 0xD4B7DD) is known color: Prelude. HEX triplet: D4, B7 and DD. RGB value is (212,183,221). Sum of RGB (Red+Green+Blue) = 212+183+221=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4B7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B7DD is #2B4822. Grayscale: #C3C3C3. Windows color (decimal): -2836515 or 14530516. OLE color: 14530516.

HSL color Cylindrical-coordinate representation of color #D4B7DD: hue angle of 285.79º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4B7DD is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 183 221 -
CMYK 0.04 0.17 0 0.13
HSL 285.79º 0.36% 0.79% -
HSV(B) 285.79º 0.17% 0.87% -
XYZ 57.14 53.08 75.64 -
YUV 196 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 212 183 221 0.04 0.17 0 0.13 285.79 0.36 0.79
Hex D4 B7 DD 4 11 0 D 11E 24 4F
Octal 324 267 335 4 21 0 15 436 44 117
Binary 11010100 10110111 11011101 100 10001 0 1101 100011110 100100 1001111

Color Harmonies of #D4B7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B7DD

Black with #D4B7DD

Text Example


Text Example

White with #D4B7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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