#DBBBE6

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

Shades of Prelude #DBBBE6

Tints of Prelude #DBBBE6

Color information

#DBBBE6 (or 0xDBBBE6) is unknown color: approx Prelude. HEX triplet: DB, BB and E6. RGB value is (219,187,230). Sum of RGB (Red+Green+Blue) = 219+187+230=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBBBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBBBE6 is #244419. Grayscale: #C9C9C9. Windows color (decimal): -2376730 or 15121371. OLE color: 15121371.

HSL color Cylindrical-coordinate representation of color #DBBBE6: hue angle of 284.65º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBBBE6 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219187230-
CMYK0.050.1900.10
HSL284.65º46.24%81.76%-
HSV(B)284.65º18.7%90.2%-
XYZ61.2756.3182.5-
YUV201.47144.1140.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.43%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 230 (90.23% from 255) = 36.16%
R=34.43%
G=29.40%
B=36.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191872300.050.1900.10284.6546.2481.76
HexDBBBE65130A11d2e52
Octal33327334652301243556122
Binary11011011101110111110011010110011010101000111011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBE6; }

 p { color: rgb(219,187,230); }

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

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

 a { background-color: rgb(219,187,230); }

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

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

 span { border-color: rgb(219,187,230); }

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