#D0BBDB

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

Shades of Prelude #D0BBDB

Tints of Prelude #D0BBDB

Color information

#D0BBDB (or 0xD0BBDB) is unknown color: approx Prelude. HEX triplet: D0, BB and DB. RGB value is (208,187,219). Sum of RGB (Red+Green+Blue) = 208+187+219=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBDB is #2F4424. Grayscale: #C4C4C4. Windows color (decimal): -3097637 or 14400464. OLE color: 14400464.

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

Color convert

RGB208187219-
CMYK0.050.1500.14
HSL279.38º30.77%79.61%-
HSV(B)279.38º14.61%85.88%-
XYZ56.5754.0774.47-
YUV196.93140.46135.9-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 187 (73.44% from 255) = 30.46%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=33.88%
G=30.46%
B=35.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081872190.050.1500.14279.3830.7779.61
HexD0BBDB5F0E1171f50
Octal32027333351701642737120
Binary110100001011101111011011101111101110100010111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBDB; }

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

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

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

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

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

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

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

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