#D5B6DC

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

Shades of Prelude #D5B6DC

Tints of Prelude #D5B6DC

Color information

#D5B6DC (or 0xD5B6DC) is unknown color: approx Prelude. HEX triplet: D5, B6 and DC. RGB value is (213,182,220). Sum of RGB (Red+Green+Blue) = 213+182+220=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 182 (71.48% from 255 or 29.59% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5B6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6DC is #2A4923. Grayscale: #C3C3C3. Windows color (decimal): -2771236 or 14464725. OLE color: 14464725.

HSL color Cylindrical-coordinate representation of color #D5B6DC: hue angle of 288.95º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B6DC is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213182220-
CMYK0.030.1700.14
HSL288.95º35.19%78.82%-
HSV(B)288.95º17.27%86.27%-
XYZ57.0952.7774.89-
YUV195.6141.77140.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.63%
GREEN value IS 182 (71.48% from 255) = 29.59%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=34.63%
G=29.59%
B=35.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131822200.030.1700.14288.9535.1978.82
HexD5B6DC3110E121234f
Octal32526633432101644143117
Binary1101010110110110110111001110001011101001000011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6DC; }

 p { color: rgb(213,182,220); }

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

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

 a { background-color: rgb(213,182,220); }

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

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

 span { border-color: rgb(213,182,220); }

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