#D0ADDE

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

Shades of Prelude #D0ADDE

Tints of Prelude #D0ADDE

Color information

#D0ADDE (or 0xD0ADDE) is unknown color: approx Prelude. HEX triplet: D0, AD and DE. RGB value is (208,173,222). Sum of RGB (Red+Green+Blue) = 208+173+222=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADDE is #2F5221. Grayscale: #BCBCBC. Windows color (decimal): -3101218 or 14593488. OLE color: 14593488.

HSL color Cylindrical-coordinate representation of color #D0ADDE: hue angle of 282.86º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0ADDE is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208173222-
CMYK0.060.2200.13
HSL282.86º42.61%77.45%-
HSV(B)282.86º22.07%87.06%-
XYZ54.1448.5775.63-
YUV189.05146.6141.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 222 (87.11% from 255) = 36.82%
R=34.49%
G=28.69%
B=36.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081732220.060.2200.13282.8642.6177.45
HexD0ADDE6160D11b2b4d
Octal32025533662601543353115
Binary11010000101011011101111011010110011011000110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADDE; }

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

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

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

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

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

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

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

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