#D2BFDC

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

Shades of Prelude #D2BFDC

Tints of Prelude #D2BFDC

Color information

#D2BFDC (or 0xD2BFDC) is unknown color: approx Prelude. HEX triplet: D2, BF and DC. RGB value is (210,191,220). Sum of RGB (Red+Green+Blue) = 210+191+220=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFDC is #2D4023. Grayscale: #C7C7C7. Windows color (decimal): -2965540 or 14467026. OLE color: 14467026.

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

Color convert

RGB210191220-
CMYK0.050.1300.14
HSL279.31º29.29%80.59%-
HSV(B)279.31º13.18%86.27%-
XYZ58.1356.1375.48-
YUV199.99139.29135.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=33.82%
G=30.76%
B=35.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101912200.050.1300.14279.3129.2980.59
HexD2BFDC5D0E1171d51
Octal32227733451501642735121
Binary110100101011111111011100101110101110100010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BFDC; }

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

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

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

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

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

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

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

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