#D0B9DC

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

Shades of Prelude #D0B9DC

Tints of Prelude #D0B9DC

Color information

#D0B9DC (or 0xD0B9DC) is unknown color: approx Prelude. HEX triplet: D0, B9 and DC. RGB value is (208,185,220). Sum of RGB (Red+Green+Blue) = 208+185+220=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B9DC is #2F4623. Grayscale: #C3C3C3. Windows color (decimal): -3098148 or 14465488. OLE color: 14465488.

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

Color convert

RGB208185220-
CMYK0.050.1600.14
HSL279.43º33.33%79.41%-
HSV(B)279.43º15.91%86.27%-
XYZ56.2853.2875.03-
YUV195.87141.62136.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 220 (86.33% from 255) = 35.89%
R=33.93%
G=30.18%
B=35.89%

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
Decimal2081852200.050.1600.14279.4333.3379.41
HexD0B9DC5100E117214f
Octal32027133452001642741117
Binary11010000101110011101110010110000011101000101111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B9DC; }

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

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

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

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

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

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

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

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