#D0ADD4

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

Shades of Prelude #D0ADD4

Tints of Prelude #D0ADD4

Color information

#D0ADD4 (or 0xD0ADD4) is unknown color: approx Prelude. HEX triplet: D0, AD and D4. RGB value is (208,173,212). Sum of RGB (Red+Green+Blue) = 208+173+212=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #D0ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADD4 is #2F522B. Grayscale: #BBBBBB. Windows color (decimal): -3101228 or 13938128. OLE color: 13938128.

HSL color Cylindrical-coordinate representation of color #D0ADD4: hue angle of 293.85º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0ADD4 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208173212-
CMYK0.020.1800.17
HSL293.85º31.2%75.49%-
HSV(B)293.85º18.4%83.14%-
XYZ52.8448.0568.78-
YUV187.91141.6142.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.08%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 212 (83.20% from 255) = 35.75%
R=35.08%
G=29.17%
B=35.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081732120.020.1800.17293.8531.275.49
HexD0ADD42120111261f4b
Octal32025532422202144637113
Binary1101000010101101110101001010010010001100100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADD4; }

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

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

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

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

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

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

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

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