Html Css Color HEX #D2B0DB Prelude

📋 copy color: '#D2B0DB'

red 210 ◦ green 176 ◦ blue 219

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

Shades of Prelude #D2B0DB

Tints of Prelude #D2B0DB

RGB

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

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

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

R = 34.71%
G = 29.09%
B = 36.2%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D2B0DB (or 0xD2B0DB) is known color: Prelude. HEX triplet: D2, B0 and DB. RGB value is (210,176,219). Sum of RGB (Red+Green+Blue) = 210+176+219=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0DB is #2D4F24. Grayscale: #BEBEBE. Windows color (decimal): -2969381 or 14397650. OLE color: 14397650.

HSL color Cylindrical-coordinate representation of color #D2B0DB: hue angle of 287.44º 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 #D2B0DB is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 176 219 -
CMYK 0.04 0.20 0 0.14
HSL 287.44º 0.37% 0.77% -
HSV(B) 287.44º 0.2% 0.86% -
XYZ 54.89 49.87 73.75 -
YUV 191.07 143.76 141.5 -
System Red Green Blue C M Y K H S L
Decimal 210 176 219 0.04 0.20 0 0.14 287.44 0.37 0.77
Hex D2 B0 DB 4 14 0 E 11F 25 4D
Octal 322 260 333 4 24 0 16 437 45 115
Binary 11010010 10110000 11011011 100 10100 0 1110 100011111 100101 1001101

Color Harmonies of #D2B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B0DB

Black with #D2B0DB

Text Example


Text Example

White with #D2B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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