#D0BADB

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

Shades of Prelude #D0BADB

Tints of Prelude #D0BADB

Color information

#D0BADB (or 0xD0BADB) is unknown color: approx Prelude. HEX triplet: D0, BA and DB. RGB value is (208,186,219). Sum of RGB (Red+Green+Blue) = 208+186+219=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BADB is #2F4524. Grayscale: #C4C4C4. Windows color (decimal): -3097893 or 14400208. OLE color: 14400208.

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

Color convert

RGB208186219-
CMYK0.050.1500.14
HSL280º31.43%79.41%-
HSV(B)280º15.07%85.88%-
XYZ56.3653.6474.4-
YUV196.34140.79136.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=33.93%
G=30.34%
B=35.73%

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
Decimal2081862190.050.1500.1428031.4379.41
HexD0BADB5F0E1181f4f
Octal32027233351701643037117
Binary110100001011101011011011101111101110100011000111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BADB; }

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

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

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

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

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

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

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

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