Html Css Color HEX #D0B0DC Prelude

📋 copy color: '#D0B0DC'

red 208 ◦ green 176 ◦ blue 220

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

Shades of Prelude #D0B0DC

Tints of Prelude #D0B0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 34.44%
G = 29.14%
B = 36.42%

CMYK

 C value IS 0.05

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D0B0DC (or 0xD0B0DC) is known color: Prelude. HEX triplet: D0, B0 and DC. RGB value is (208,176,220). Sum of RGB (Red+Green+Blue) = 208+176+220=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B0DC is #2F4F23. Grayscale: #BEBEBE. Windows color (decimal): -3100452 or 14463184. OLE color: 14463184.

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

Color convert

RGB 208 176 220 -
CMYK 0.05 0.2 0 0.14
HSL 283.64º 0.39% 0.78% -
HSV(B) 283.64º 0.2% 0.86% -
XYZ 54.46 49.63 74.42 -
YUV 190.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 208 176 220 0.05 0.2 0 0.14 283.64 0.39 0.78
Hex D0 B0 DC 5 14 0 E 11C 27 4E
Octal 320 260 334 5 24 0 16 434 47 116
Binary 11010000 10110000 11011100 101 10100 0 1110 100011100 100111 1001110

Color Harmonies of #D0B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B0DC

Black with #D0B0DC

Text Example


Text Example

White with #D0B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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