Shades of Prelude #D3C2DA
Tints of Prelude #D3C2DA
RGB
CMYK
RGB Variations
Color information
#D3C2DA (or 0xD3C2DA) is known color: Prelude. HEX triplet: D3, C2 and DA. RGB value is (211,194,218). Sum of RGB (Red+Green+Blue) = 211+194+218=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #D3C2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2DA is #2C3D25. Grayscale: #C9C9C9. Windows color (decimal): -2899238 or 14336723. OLE color: 14336723.
HSL color Cylindrical-coordinate representation of color #D3C2DA: hue angle of 282.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3C2DA is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 211 | 194 | 218 | - |
CMYK | 0.03 | 0.11 | 0 | 0.15 |
HSL | 282.5º | 0.24% | 0.81% | - |
HSV(B) | 282.5º | 0.11% | 0.85% | - |
XYZ | 58.81 | 57.49 | 74.33 | - |
YUV | 201.82 | 137.13 | 134.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 194 | 218 | 0.03 | 0.11 | 0 | 0.15 | 282.5 | 0.24 | 0.81 |
Hex | D3 | C2 | DA | 3 | B | 0 | F | 11A | 18 | 51 |
Octal | 323 | 302 | 332 | 3 | 13 | 0 | 17 | 432 | 30 | 121 |
Binary | 11010011 | 11000010 | 11011010 | 11 | 1011 | 0 | 1111 | 100011010 | 11000 | 1010001 |
Color Harmonies of #D3C2DA
Complementary color
Monochromatic Colors of #D3C2DA
Black with #D3C2DA
Text Example
Text Example
White with #D3C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C2DA; }
p { color: rgb(211,194,218); }
H1.HeaderClassName
{
color: #D3C2DA;
}
.AnyTagClassName
{
color: #D3C2DA;
}
</style>
background-color css
<style>
a { background-color: #D3C2DA; }
a { background-color: rgb(211,194,218); }
div.DivClassName
{
background-color: #D3C2DA;
}
.BgClassName
{
background-color: #D3C2DA;
}
</style>
border-color css
<style>
span { border-color: #D3C2DA; }
span { border-color: rgb(211,194,218); }
td.TdClassName
{
border-color: #D3C2DA;
}
.TagClassName
{
border-color: #D3C2DA;
}
</style>