Shades of Prelude #DAB8E7
Tints of Prelude #DAB8E7
RGB
CMYK
RGB Variations
Color information
#DAB8E7 (or 0xDAB8E7) is known color: Prelude. HEX triplet: DA, B8 and E7. RGB value is (218,184,231). Sum of RGB (Red+Green+Blue) = 218+184+231=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAB8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAB8E7 is #254718. Grayscale: #C7C7C7. Windows color (decimal): -2443033 or 15186138. OLE color: 15186138.
HSL color Cylindrical-coordinate representation of color #DAB8E7: hue angle of 283.4º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB8E7 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 218 | 184 | 231 | - |
CMYK | 0.06 | 0.20 | 0 | 0.09 |
HSL | 283.4º | 0.49% | 0.81% | - |
HSV(B) | 283.4º | 0.2% | 0.91% | - |
XYZ | 60.48 | 54.96 | 83.02 | - |
YUV | 199.52 | 145.76 | 141.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 184 | 231 | 0.06 | 0.20 | 0 | 0.09 | 283.4 | 0.49 | 0.81 |
Hex | DA | B8 | E7 | 6 | 14 | 0 | 9 | 11B | 31 | 51 |
Octal | 332 | 270 | 347 | 6 | 24 | 0 | 11 | 433 | 61 | 121 |
Binary | 11011010 | 10111000 | 11100111 | 110 | 10100 | 0 | 1001 | 100011011 | 110001 | 1010001 |
Color Harmonies of #DAB8E7
Complementary color
Monochromatic Colors of #DAB8E7
Black with #DAB8E7
Text Example
Text Example
White with #DAB8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8E7; }
p { color: rgb(218,184,231); }
H1.HeaderClassName
{
color: #DAB8E7;
}
.AnyTagClassName
{
color: #DAB8E7;
}
</style>
background-color css
<style>
a { background-color: #DAB8E7; }
a { background-color: rgb(218,184,231); }
div.DivClassName
{
background-color: #DAB8E7;
}
.BgClassName
{
background-color: #DAB8E7;
}
</style>
border-color css
<style>
span { border-color: #DAB8E7; }
span { border-color: rgb(218,184,231); }
td.TdClassName
{
border-color: #DAB8E7;
}
.TagClassName
{
border-color: #DAB8E7;
}
</style>