#D0B2DD

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

Shades of Prelude #D0B2DD

Tints of Prelude #D0B2DD

Color information

#D0B2DD (or 0xD0B2DD) is unknown color: approx Prelude. HEX triplet: D0, B2 and DD. RGB value is (208,178,221). Sum of RGB (Red+Green+Blue) = 208+178+221=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 178 (69.92% from 255 or 29.32% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2DD is #2F4D22. Grayscale: #BFBFBF. Windows color (decimal): -3099939 or 14529232. OLE color: 14529232.

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

Color convert

RGB208178221-
CMYK0.060.1900.13
HSL281.86º38.74%78.24%-
HSV(B)281.86º19.46%86.67%-
XYZ54.9850.4775.25-
YUV191.87144.44139.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 178 (69.92% from 255) = 29.32%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=34.27%
G=29.32%
B=36.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081782210.060.1900.13281.8638.7478.24
HexD0B2DD6130D11a274e
Octal32026233562301543247116
Binary11010000101100101101110111010011011011000110101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B2DD; }

 p { color: rgb(208,178,221); }

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

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

 a { background-color: rgb(208,178,221); }

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

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

 span { border-color: rgb(208,178,221); }

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