Shades of Titan White #DCC4E5
Tints of Titan White #DCC4E5
RGB
CMYK
RGB Variations
Color information
#DCC4E5 (or 0xDCC4E5) is known color: Titan White. HEX triplet: DC, C4 and E5. RGB value is (220,196,229). Sum of RGB (Red+Green+Blue) = 220+196+229=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 196 (76.95% from 255 or 30.39% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCC4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4E5 is #233B1A. Grayscale: #CECECE. Windows color (decimal): -2308891 or 15058140. OLE color: 15058140.
HSL color Cylindrical-coordinate representation of color #DCC4E5: hue angle of 283.64º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCC4E5 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 196 | 229 | - |
CMYK | 0.04 | 0.14 | 0 | 0.10 |
HSL | 283.64º | 0.39% | 0.83% | - |
HSV(B) | 283.64º | 0.14% | 0.9% | - |
XYZ | 63.4 | 60.35 | 82.44 | - |
YUV | 206.94 | 140.45 | 137.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 196 | 229 | 0.04 | 0.14 | 0 | 0.10 | 283.64 | 0.39 | 0.83 |
Hex | DC | C4 | E5 | 4 | E | 0 | A | 11C | 27 | 53 |
Octal | 334 | 304 | 345 | 4 | 16 | 0 | 12 | 434 | 47 | 123 |
Binary | 11011100 | 11000100 | 11100101 | 100 | 1110 | 0 | 1010 | 100011100 | 100111 | 1010011 |
Color Harmonies of #DCC4E5
Complementary color
Monochromatic Colors of #DCC4E5
Black with #DCC4E5
Text Example
Text Example
White with #DCC4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4E5; }
p { color: rgb(220,196,229); }
H1.HeaderClassName
{
color: #DCC4E5;
}
.AnyTagClassName
{
color: #DCC4E5;
}
</style>
background-color css
<style>
a { background-color: #DCC4E5; }
a { background-color: rgb(220,196,229); }
div.DivClassName
{
background-color: #DCC4E5;
}
.BgClassName
{
background-color: #DCC4E5;
}
</style>
border-color css
<style>
span { border-color: #DCC4E5; }
span { border-color: rgb(220,196,229); }
td.TdClassName
{
border-color: #DCC4E5;
}
.TagClassName
{
border-color: #DCC4E5;
}
</style>