#D0B4DA

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

Shades of Prelude #D0B4DA

Tints of Prelude #D0B4DA

Color information

#D0B4DA (or 0xD0B4DA) is unknown color: approx Prelude. HEX triplet: D0, B4 and DA. RGB value is (208,180,218). Sum of RGB (Red+Green+Blue) = 208+180+218=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 180 (70.70% from 255 or 29.70% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #D0B4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4DA is #2F4B25. Grayscale: #C0C0C0. Windows color (decimal): -3099430 or 14333136. OLE color: 14333136.

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

Color convert

RGB208180218-
CMYK0.050.1700.15
HSL284.21º33.93%78.04%-
HSV(B)284.21º17.43%85.49%-
XYZ54.9951.1173.3-
YUV192.7142.28138.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 180 (70.70% from 255) = 29.70%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=34.32%
G=29.70%
B=35.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081802180.050.1700.15284.2133.9378.04
HexD0B4DA5110F11c224e
Octal32026433252101743442116
Binary11010000101101001101101010110001011111000111001000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B4DA; }

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

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

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

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

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

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

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

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