#D0ADD5

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

Shades of Prelude #D0ADD5

Tints of Prelude #D0ADD5

Color information

#D0ADD5 (or 0xD0ADD5) is unknown color: approx Prelude. HEX triplet: D0, AD and D5. RGB value is (208,173,213). Sum of RGB (Red+Green+Blue) = 208+173+213=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADD5 is #2F522A. Grayscale: #BBBBBB. Windows color (decimal): -3101227 or 14003664. OLE color: 14003664.

HSL color Cylindrical-coordinate representation of color #D0ADD5: hue angle of 292.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0ADD5 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208173213-
CMYK0.020.1900.16
HSL292.5º32.26%75.69%-
HSV(B)292.5º18.78%83.53%-
XYZ52.9748.169.44-
YUV188.02142.1142.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.02%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=35.02%
G=29.12%
B=35.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081732130.020.1900.16292.532.2675.69
HexD0ADD5213010124204c
Octal32025532522302044440114
Binary11010000101011011101010110100110100001001001001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADD5; }

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

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

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

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

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

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

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

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