Html Css Color HEX #D4B0DB Prelude

📋 copy color: '#D4B0DB'

red 212 ◦ green 176 ◦ blue 219

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

Shades of Prelude #D4B0DB

Tints of Prelude #D4B0DB

RGB

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

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

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

R = 34.93%
G = 29%
B = 36.08%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4B0DB (or 0xD4B0DB) is known color: Prelude. HEX triplet: D4, B0 and DB. RGB value is (212,176,219). Sum of RGB (Red+Green+Blue) = 212+176+219=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B0DB is #2B4F24. Grayscale: #BFBFBF. Windows color (decimal): -2838309 or 14397652. OLE color: 14397652.

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

Color convert

RGB 212 176 219 -
CMYK 0.03 0.20 0 0.14
HSL 290.23º 0.37% 0.77% -
HSV(B) 290.23º 0.2% 0.86% -
XYZ 55.46 50.16 73.78 -
YUV 191.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 212 176 219 0.03 0.20 0 0.14 290.23 0.37 0.77
Hex D4 B0 DB 3 14 0 E 122 25 4D
Octal 324 260 333 3 24 0 16 442 45 115
Binary 11010100 10110000 11011011 11 10100 0 1110 100100010 100101 1001101

Color Harmonies of #D4B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B0DB

Black with #D4B0DB

Text Example


Text Example

White with #D4B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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