#DBB4E7

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

Shades of Prelude #DBB4E7

Tints of Prelude #DBB4E7

Color information

#DBB4E7 (or 0xDBB4E7) is unknown color: approx Prelude. HEX triplet: DB, B4 and E7. RGB value is (219,180,231). Sum of RGB (Red+Green+Blue) = 219+180+231=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBB4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBB4E7 is #244B18. Grayscale: #C5C5C5. Windows color (decimal): -2378521 or 15185115. OLE color: 15185115.

HSL color Cylindrical-coordinate representation of color #DBB4E7: hue angle of 285.88º degrees, saturation: 0.52, 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 #DBB4E7 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219180231-
CMYK0.050.2200.09
HSL285.88º51.52%80.59%-
HSV(B)285.88º22.08%90.59%-
XYZ59.9653.4782.76-
YUV197.48146.92143.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 180 (70.70% from 255) = 28.57%
BLUE value IS 231 (90.62% from 255) = 36.67%
R=34.76%
G=28.57%
B=36.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191802310.050.2200.09285.8851.5280.59
HexDBB4E75160911e3451
Octal33326434752601143664121
Binary11011011101101001110011110110110010011000111101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB4E7; }

 p { color: rgb(219,180,231); }

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

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

 a { background-color: rgb(219,180,231); }

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

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

 span { border-color: rgb(219,180,231); }

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