Html Css Color HEX #D0B0DB Prelude

📋 copy color: '#D0B0DB'

red 208 ◦ green 176 ◦ blue 219

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

Shades of Prelude #D0B0DB

Tints of Prelude #D0B0DB

RGB

 RED value IS 208 (81.64% from 255) = 34.49%

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

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

R = 34.49%
G = 29.19%
B = 36.32%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0B0DB (or 0xD0B0DB) is known color: Prelude. HEX triplet: D0, B0 and DB. RGB value is (208,176,219). Sum of RGB (Red+Green+Blue) = 208+176+219=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B0DB is #2F4F24. Grayscale: #BEBEBE. Windows color (decimal): -3100453 or 14397648. OLE color: 14397648.

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

Color convert

RGB 208 176 219 -
CMYK 0.05 0.20 0 0.14
HSL 284.65º 0.37% 0.77% -
HSV(B) 284.65º 0.2% 0.86% -
XYZ 54.32 49.58 73.72 -
YUV 190.47 144.1 140.5 -
System Red Green Blue C M Y K H S L
Decimal 208 176 219 0.05 0.20 0 0.14 284.65 0.37 0.77
Hex D0 B0 DB 5 14 0 E 11D 25 4D
Octal 320 260 333 5 24 0 16 435 45 115
Binary 11010000 10110000 11011011 101 10100 0 1110 100011101 100101 1001101

Color Harmonies of #D0B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B0DB

Black with #D0B0DB

Text Example


Text Example

White with #D0B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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