#D0B8DC

Color #D0B8DC Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #D0B8DC

Tints of Prelude #D0B8DC

Color information

#D0B8DC (or 0xD0B8DC) is unknown color: approx Prelude. HEX triplet: D0, B8 and DC. RGB value is (208,184,220). Sum of RGB (Red+Green+Blue) = 208+184+220=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8DC is #2F4723. Grayscale: #C3C3C3. Windows color (decimal): -3098404 or 14465232. OLE color: 14465232.

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

Color convert

RGB208184220-
CMYK0.050.1600.14
HSL280º33.96%79.22%-
HSV(B)280º16.36%86.27%-
XYZ56.0752.8674.96-
YUV195.28141.95137.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 184 (72.27% from 255) = 30.07%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=33.99%
G=30.07%
B=35.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081842200.050.1600.1428033.9679.22
HexD0B8DC5100E118224f
Octal32027033452001643042117
Binary11010000101110001101110010110000011101000110001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B8DC; }

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

 H1.HeaderClassName
 {
   color: #D0B8DC;
 }
 .AnyTagClassName
 {
   color: #D0B8DC;
 }
</style>
background-color css

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

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

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

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

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

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