#D2B6E6

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

Shades of Prelude #D2B6E6

Tints of Prelude #D2B6E6

Color information

#D2B6E6 (or 0xD2B6E6) is unknown color: approx Prelude. HEX triplet: D2, B6 and E6. RGB value is (210,182,230). Sum of RGB (Red+Green+Blue) = 210+182+230=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #D2B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2B6E6 is #2D4919. Grayscale: #C3C3C3. Windows color (decimal): -2967834 or 15120082. OLE color: 15120082.

HSL color Cylindrical-coordinate representation of color #D2B6E6: hue angle of 275º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D2B6E6 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210182230-
CMYK0.090.2100.10
HSL275º48.98%80.78%-
HSV(B)275º20.87%90.2%-
XYZ57.5952.8782.03-
YUV195.84147.28138.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.76%
GREEN value IS 182 (71.48% from 255) = 29.26%
BLUE value IS 230 (90.23% from 255) = 36.98%
R=33.76%
G=29.26%
B=36.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101822300.090.2100.1027548.9880.78
HexD2B6E69150A1133151
Octal322266346112501242361121
Binary110100101011011011100110100110101010101000100111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B6E6; }

 p { color: rgb(210,182,230); }

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

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

 a { background-color: rgb(210,182,230); }

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

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

 span { border-color: rgb(210,182,230); }

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