Shades of Perfume #CDADED
Tints of Perfume #CDADED
RGB
CMYK
RGB Variations
Color information
#CDADED (or 0xCDADED) is known color: Perfume. HEX triplet: CD, AD and ED. RGB value is (205,173,237). Sum of RGB (Red+Green+Blue) = 205+173+237=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDADED is #325212. Grayscale: #BDBDBD. Windows color (decimal): -3297811 or 15576525. OLE color: 15576525.
HSL color Cylindrical-coordinate representation of color #CDADED: hue angle of 270º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDADED is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 173 | 237 | - |
CMYK | 0.14 | 0.27 | 0 | 0.07 |
HSL | 270º | 0.64% | 0.8% | - |
HSV(B) | 270º | 0.27% | 0.93% | - |
XYZ | 55.41 | 48.98 | 86.65 | - |
YUV | 189.86 | 154.6 | 138.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 173 | 237 | 0.14 | 0.27 | 0 | 0.07 | 270 | 0.64 | 0.8 |
Hex | CD | AD | ED | E | 1B | 0 | 7 | 10E | 40 | 50 |
Octal | 315 | 255 | 355 | 16 | 33 | 0 | 7 | 416 | 100 | 120 |
Binary | 11001101 | 10101101 | 11101101 | 1110 | 11011 | 0 | 111 | 100001110 | 1000000 | 1010000 |
Color Harmonies of #CDADED
Complementary color
Monochromatic Colors of #CDADED
Black with #CDADED
Text Example
Text Example
White with #CDADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDADED; }
p { color: rgb(205,173,237); }
H1.HeaderClassName
{
color: #CDADED;
}
.AnyTagClassName
{
color: #CDADED;
}
</style>
background-color css
<style>
a { background-color: #CDADED; }
a { background-color: rgb(205,173,237); }
div.DivClassName
{
background-color: #CDADED;
}
.BgClassName
{
background-color: #CDADED;
}
</style>
border-color css
<style>
span { border-color: #CDADED; }
span { border-color: rgb(205,173,237); }
td.TdClassName
{
border-color: #CDADED;
}
.TagClassName
{
border-color: #CDADED;
}
</style>