#D0B5DC

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

Shades of Prelude #D0B5DC

Tints of Prelude #D0B5DC

Color information

#D0B5DC (or 0xD0B5DC) is unknown color: approx Prelude. HEX triplet: D0, B5 and DC. RGB value is (208,181,220). Sum of RGB (Red+Green+Blue) = 208+181+220=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B5DC is #2F4A23. Grayscale: #C1C1C1. Windows color (decimal): -3099172 or 14464464. OLE color: 14464464.

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

Color convert

RGB208181220-
CMYK0.050.1800.14
HSL281.54º35.78%78.63%-
HSV(B)281.54º17.73%86.27%-
XYZ55.4551.6274.75-
YUV193.52142.95138.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.15%
GREEN value IS 181 (71.09% from 255) = 29.72%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=34.15%
G=29.72%
B=36.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081812200.050.1800.14281.5435.7878.63
HexD0B5DC5120E11a244f
Octal32026533452201643244117
Binary11010000101101011101110010110010011101000110101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B5DC; }

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

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

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

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

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

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

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

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