#D5BEDC

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

Shades of Prelude #D5BEDC

Tints of Prelude #D5BEDC

Color information

#D5BEDC (or 0xD5BEDC) is unknown color: approx Prelude. HEX triplet: D5, BE and DC. RGB value is (213,190,220). Sum of RGB (Red+Green+Blue) = 213+190+220=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEDC is #2A4123. Grayscale: #C8C8C8. Windows color (decimal): -2769188 or 14466773. OLE color: 14466773.

HSL color Cylindrical-coordinate representation of color #D5BEDC: hue angle of 286º degrees, saturation: 0.3, 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 #D5BEDC is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213190220-
CMYK0.030.1400.14
HSL286º30%80.39%-
HSV(B)286º13.64%86.27%-
XYZ58.7756.1475.45-
YUV200.3139.12137.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=34.19%
G=30.50%
B=35.31%

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
Decimal2131902200.030.1400.142863080.39
HexD5BEDC3E0E11e1e50
Octal32527633431601643636120
Binary11010101101111101101110011111001110100011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEDC; }

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

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

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

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

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

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

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

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