Html Css Color HEX #D1B2DB Prelude

📋 copy color: '#D1B2DB'

red 209 ◦ green 178 ◦ blue 219

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

Shades of Prelude #D1B2DB

Tints of Prelude #D1B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.37%

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

R = 34.49%
G = 29.37%
B = 36.14%

CMYK

 C value IS 0.05

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1B2DB (or 0xD1B2DB) is known color: Prelude. HEX triplet: D1, B2 and DB. RGB value is (209,178,219). Sum of RGB (Red+Green+Blue) = 209+178+219=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2DB is #2E4D24. Grayscale: #BFBFBF. Windows color (decimal): -3034405 or 14398161. OLE color: 14398161.

HSL color Cylindrical-coordinate representation of color #D1B2DB: hue angle of 285.37º degrees, saturation: 0.36, 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 #D1B2DB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 178 219 -
CMYK 0.05 0.19 0 0.14
HSL 285.37º 0.36% 0.78% -
HSV(B) 285.37º 0.19% 0.86% -
XYZ 55 50.51 73.87 -
YUV 191.94 143.27 140.17 -
System Red Green Blue C M Y K H S L
Decimal 209 178 219 0.05 0.19 0 0.14 285.37 0.36 0.78
Hex D1 B2 DB 5 13 0 E 11D 24 4E
Octal 321 262 333 5 23 0 16 435 44 116
Binary 11010001 10110010 11011011 101 10011 0 1110 100011101 100100 1001110

Color Harmonies of #D1B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B2DB

Black with #D1B2DB

Text Example


Text Example

White with #D1B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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