#DBB7E8

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

Shades of Prelude #DBB7E8

Tints of Prelude #DBB7E8

Color information

#DBB7E8 (or 0xDBB7E8) is unknown color: approx Prelude. HEX triplet: DB, B7 and E8. RGB value is (219,183,232). Sum of RGB (Red+Green+Blue) = 219+183+232=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 183 (71.88% from 255 or 28.86% from 634); Blue value is 232 (91.02% from 255 or 36.59% from 634); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBB7E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB7E8 is #244817. Grayscale: #C7C7C7. Windows color (decimal): -2377752 or 15251419. OLE color: 15251419.

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

Color convert

RGB219183232-
CMYK0.060.2100.09
HSL284.08º51.58%81.37%-
HSV(B)284.08º21.12%90.98%-
XYZ60.7154.7583.71-
YUV199.35146.43142.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 183 (71.88% from 255) = 28.86%
BLUE value IS 232 (91.02% from 255) = 36.59%
R=34.54%
G=28.86%
B=36.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191832320.060.2100.09284.0851.5881.37
HexDBB7E86150911c3451
Octal33326735062501143464121
Binary11011011101101111110100011010101010011000111001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7E8; }

 p { color: rgb(219,183,232); }

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

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

 a { background-color: rgb(219,183,232); }

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

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

 span { border-color: rgb(219,183,232); }

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