#D0BCDA

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

Shades of Prelude #D0BCDA

Tints of Prelude #D0BCDA

Color information

#D0BCDA (or 0xD0BCDA) is unknown color: approx Prelude. HEX triplet: D0, BC and DA. RGB value is (208,188,218). Sum of RGB (Red+Green+Blue) = 208+188+218=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCDA is #2F4325. Grayscale: #C5C5C5. Windows color (decimal): -3097382 or 14335184. OLE color: 14335184.

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

Color convert

RGB208188218-
CMYK0.050.1400.15
HSL280º28.85%79.61%-
HSV(B)280º13.76%85.49%-
XYZ56.6554.4473.85-
YUV197.4139.63135.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 188 (73.83% from 255) = 30.62%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=33.88%
G=30.62%
B=35.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081882180.050.1400.1528028.8579.61
HexD0BCDA5E0F1181d50
Octal32027433251601743035120
Binary110100001011110011011010101111001111100011000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BCDA; }

 p { color: rgb(208,188,218); }

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

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

 a { background-color: rgb(208,188,218); }

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

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

 span { border-color: rgb(208,188,218); }

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