#D5BDDC

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

Shades of Prelude #D5BDDC

Tints of Prelude #D5BDDC

Color information

#D5BDDC (or 0xD5BDDC) is unknown color: approx Prelude. HEX triplet: D5, BD and DC. RGB value is (213,189,220). Sum of RGB (Red+Green+Blue) = 213+189+220=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDDC is #2A4223. Grayscale: #C7C7C7. Windows color (decimal): -2769444 or 14466517. OLE color: 14466517.

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

Color convert

RGB213189220-
CMYK0.030.1400.14
HSL286.45º30.69%80.2%-
HSV(B)286.45º14.09%86.27%-
XYZ58.5655.7175.38-
YUV199.71139.45137.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 189 (74.22% from 255) = 30.39%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=34.24%
G=30.39%
B=35.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131892200.030.1400.14286.4530.6980.2
HexD5BDDC3E0E11e1f50
Octal32527533431601643637120
Binary11010101101111011101110011111001110100011110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BDDC; }

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

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

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

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

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

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

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

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