Html Css Color HEX #D1B5DB Prelude

📋 copy color: '#D1B5DB'

red 209 ◦ green 181 ◦ blue 219

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

Shades of Prelude #D1B5DB

Tints of Prelude #D1B5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.72%

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

R = 34.32%
G = 29.72%
B = 35.96%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1B5DB (or 0xD1B5DB) is known color: Prelude. HEX triplet: D1, B5 and DB. RGB value is (209,181,219). Sum of RGB (Red+Green+Blue) = 209+181+219=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1B5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B5DB is #2E4A24. Grayscale: #C1C1C1. Windows color (decimal): -3033637 or 14398929. OLE color: 14398929.

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

Color convert

RGB 209 181 219 -
CMYK 0.05 0.17 0 0.14
HSL 284.21º 0.35% 0.78% -
HSV(B) 284.21º 0.17% 0.86% -
XYZ 55.6 51.72 74.07 -
YUV 193.7 142.28 138.91 -
System Red Green Blue C M Y K H S L
Decimal 209 181 219 0.05 0.17 0 0.14 284.21 0.35 0.78
Hex D1 B5 DB 5 11 0 E 11C 23 4E
Octal 321 265 333 5 21 0 16 434 43 116
Binary 11010001 10110101 11011011 101 10001 0 1110 100011100 100011 1001110

Color Harmonies of #D1B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B5DB

Black with #D1B5DB

Text Example


Text Example

White with #D1B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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