Html Css Color HEX #D4B1DB Prelude

📋 copy color: '#D4B1DB'

red 212 ◦ green 177 ◦ blue 219

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

Shades of Prelude #D4B1DB

Tints of Prelude #D4B1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.02%

R = 34.87%
G = 29.11%
B = 36.02%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4B1DB (or 0xD4B1DB) is known color: Prelude. HEX triplet: D4, B1 and DB. RGB value is (212,177,219). Sum of RGB (Red+Green+Blue) = 212+177+219=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4B1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B1DB is #2B4E24. Grayscale: #C0C0C0. Windows color (decimal): -2838053 or 14397908. OLE color: 14397908.

HSL color Cylindrical-coordinate representation of color #D4B1DB: hue angle of 290º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4B1DB is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 177 219 -
CMYK 0.03 0.19 0 0.14
HSL 290º 0.37% 0.78% -
HSV(B) 290º 0.19% 0.86% -
XYZ 55.66 50.56 73.84 -
YUV 192.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 212 177 219 0.03 0.19 0 0.14 290 0.37 0.78
Hex D4 B1 DB 3 13 0 E 122 25 4E
Octal 324 261 333 3 23 0 16 442 45 116
Binary 11010100 10110001 11011011 11 10011 0 1110 100100010 100101 1001110

Color Harmonies of #D4B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B1DB

Black with #D4B1DB

Text Example


Text Example

White with #D4B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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