#DBB5E8

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

Shades of Prelude #DBB5E8

Tints of Prelude #DBB5E8

Color information

#DBB5E8 (or 0xDBB5E8) is unknown color: approx Prelude. HEX triplet: DB, B5 and E8. RGB value is (219,181,232). Sum of RGB (Red+Green+Blue) = 219+181+232=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBB5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB5E8 is #244A17. Grayscale: #C6C6C6. Windows color (decimal): -2378264 or 15250907. OLE color: 15250907.

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

Color convert

RGB219181232-
CMYK0.060.2200.09
HSL284.71º52.58%80.98%-
HSV(B)284.71º21.98%90.98%-
XYZ60.353.9383.58-
YUV198.18147.09142.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.65%
GREEN value IS 181 (71.09% from 255) = 28.64%
BLUE value IS 232 (91.02% from 255) = 36.71%
R=34.65%
G=28.64%
B=36.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191812320.060.2200.09284.7152.5880.98
HexDBB5E86160911d3551
Octal33326535062601143565121
Binary11011011101101011110100011010110010011000111011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5E8; }

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

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

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

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

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

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

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

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