#D2B0DC

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

Shades of Prelude #D2B0DC

Tints of Prelude #D2B0DC

Color information

#D2B0DC (or 0xD2B0DC) is unknown color: approx Prelude. HEX triplet: D2, B0 and DC. RGB value is (210,176,220). Sum of RGB (Red+Green+Blue) = 210+176+220=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 176 (69.14% from 255 or 29.04% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B0DC is #2D4F23. Grayscale: #BFBFBF. Windows color (decimal): -2969380 or 14463186. OLE color: 14463186.

HSL color Cylindrical-coordinate representation of color #D2B0DC: hue angle of 286.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2B0DC is Cyan = 0.05, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210176220-
CMYK0.050.200.14
HSL286.36º38.6%77.65%-
HSV(B)286.36º20%86.27%-
XYZ55.0249.9274.45-
YUV191.18144.26141.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.65%
GREEN value IS 176 (69.14% from 255) = 29.04%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=34.65%
G=29.04%
B=36.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101762200.050.200.14286.3638.677.65
HexD2B0DC5140E11e274e
Octal32226033452401643647116
Binary11010010101100001101110010110100011101000111101001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B0DC; }

 p { color: rgb(210,176,220); }

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

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

 a { background-color: rgb(210,176,220); }

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

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

 span { border-color: rgb(210,176,220); }

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