Html Css Color HEX #D2B3DB Prelude

📋 copy color: '#D2B3DB'

red 210 ◦ green 179 ◦ blue 219

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

Shades of Prelude #D2B3DB

Tints of Prelude #D2B3DB

RGB

 RED value IS 210 (82.42% from 255) = 34.54%

 GREEN value IS 179 (70.31% from 255) = 29.44%

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

R = 34.54%
G = 29.44%
B = 36.02%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2B3DB (or 0xD2B3DB) is known color: Prelude. HEX triplet: D2, B3 and DB. RGB value is (210,179,219). Sum of RGB (Red+Green+Blue) = 210+179+219=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 179 (70.31% from 255 or 29.44% 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 #D2B3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B3DB is #2D4C24. Grayscale: #C0C0C0. Windows color (decimal): -2968613 or 14398418. OLE color: 14398418.

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

Color convert

RGB 210 179 219 -
CMYK 0.04 0.18 0 0.14
HSL 286.5º 0.36% 0.78% -
HSV(B) 286.5º 0.18% 0.86% -
XYZ 55.48 51.06 73.95 -
YUV 192.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 210 179 219 0.04 0.18 0 0.14 286.5 0.36 0.78
Hex D2 B3 DB 4 12 0 E 11E 24 4E
Octal 322 263 333 4 22 0 16 436 44 116
Binary 11010010 10110011 11011011 100 10010 0 1110 100011110 100100 1001110

Color Harmonies of #D2B3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B3DB

Black with #D2B3DB

Text Example


Text Example

White with #D2B3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B3DB; }

 p { color: rgb(210,179,219); }

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

background-color css

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

 a { background-color: rgb(210,179,219); }

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

border-color css

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

 span { border-color: rgb(210,179,219); }

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