Html Css Color HEX #D1B8DB Prelude

📋 copy color: '#D1B8DB'

red 209 ◦ green 184 ◦ blue 219

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

Shades of Prelude #D1B8DB

Tints of Prelude #D1B8DB

RGB

 RED value IS 209 (82.03% from 255) = 34.15%

 GREEN value IS 184 (72.27% from 255) = 30.07%

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

R = 34.15%
G = 30.07%
B = 35.78%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1B8DB (or 0xD1B8DB) is known color: Prelude. HEX triplet: D1, B8 and DB. RGB value is (209,184,219). Sum of RGB (Red+Green+Blue) = 209+184+219=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1B8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B8DB is #2E4724. Grayscale: #C3C3C3. Windows color (decimal): -3032869 or 14399697. OLE color: 14399697.

HSL color Cylindrical-coordinate representation of color #D1B8DB: hue angle of 282.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1B8DB is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 184 219 -
CMYK 0.05 0.16 0 0.14
HSL 282.86º 0.33% 0.79% -
HSV(B) 282.86º 0.16% 0.86% -
XYZ 56.22 52.95 74.28 -
YUV 195.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 209 184 219 0.05 0.16 0 0.14 282.86 0.33 0.79
Hex D1 B8 DB 5 10 0 E 11B 21 4F
Octal 321 270 333 5 20 0 16 433 41 117
Binary 11010001 10111000 11011011 101 10000 0 1110 100011011 100001 1001111

Color Harmonies of #D1B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B8DB

Black with #D1B8DB

Text Example


Text Example

White with #D1B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B8DB; }

 p { color: rgb(209,184,219); }

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

background-color css

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

 a { background-color: rgb(209,184,219); }

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

border-color css

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

 span { border-color: rgb(209,184,219); }

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