Shades of Perfume #CCADEE
Tints of Perfume #CCADEE
RGB
CMYK
RGB Variations
Color information
#CCADEE (or 0xCCADEE) is known color: Perfume. HEX triplet: CC, AD and EE. RGB value is (204,173,238). Sum of RGB (Red+Green+Blue) = 204+173+238=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCADEE is #335211. Grayscale: #BDBDBD. Windows color (decimal): -3363346 or 15642060. OLE color: 15642060.
HSL color Cylindrical-coordinate representation of color #CCADEE: hue angle of 268.62º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCADEE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 173 | 238 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.07 |
| HSL | 268.62º | 0.66% | 0.81% | - |
| HSV(B) | 268.62º | 0.27% | 0.93% | - |
| XYZ | 55.28 | 48.9 | 87.41 | - |
| YUV | 189.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 238 | 0.14 | 0.27 | 0 | 0.07 | 268.62 | 0.66 | 0.81 |
| Hex | CC | AD | EE | E | 1B | 0 | 7 | 10D | 42 | 51 |
| Octal | 314 | 255 | 356 | 16 | 33 | 0 | 7 | 415 | 102 | 121 |
| Binary | 11001100 | 10101101 | 11101110 | 1110 | 11011 | 0 | 111 | 100001101 | 1000010 | 1010001 |
Color Harmonies of #CCADEE
Complementary color
Monochromatic Colors of #CCADEE
Black with #CCADEE
Text Example
Text Example
White with #CCADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADEE; }
p { color: rgb(204,173,238); }
H1.HeaderClassName
{
color: #CCADEE;
}
.AnyTagClassName
{
color: #CCADEE;
}
</style>
background-color css
<style>
a { background-color: #CCADEE; }
a { background-color: rgb(204,173,238); }
div.DivClassName
{
background-color: #CCADEE;
}
.BgClassName
{
background-color: #CCADEE;
}
</style>
border-color css
<style>
span { border-color: #CCADEE; }
span { border-color: rgb(204,173,238); }
td.TdClassName
{
border-color: #CCADEE;
}
.TagClassName
{
border-color: #CCADEE;
}
</style>