#D0ADDB

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

Shades of Prelude #D0ADDB

Tints of Prelude #D0ADDB

Color information

#D0ADDB (or 0xD0ADDB) is unknown color: approx Prelude. HEX triplet: D0, AD and DB. RGB value is (208,173,219). Sum of RGB (Red+Green+Blue) = 208+173+219=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADDB is #2F5224. Grayscale: #BCBCBC. Windows color (decimal): -3101221 or 14396880. OLE color: 14396880.

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

Color convert

RGB208173219-
CMYK0.050.2100.14
HSL285.65º38.98%76.86%-
HSV(B)285.65º21%85.88%-
XYZ53.7448.4173.53-
YUV188.71145.1141.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.67%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 219 (85.94% from 255) = 36.5%
R=34.67%
G=28.83%
B=36.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081732190.050.2100.14285.6538.9876.86
HexD0ADDB5150E11e274d
Octal32025533352501643647115
Binary11010000101011011101101110110101011101000111101001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADDB; }

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

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

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

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

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

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

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

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