Shades of Prelude #CCAFD5
Tints of Prelude #CCAFD5
RGB
CMYK
RGB Variations
Color information
#CCAFD5 (or 0xCCAFD5) is known color: Prelude. HEX triplet: CC, AF and D5. RGB value is (204,175,213). Sum of RGB (Red+Green+Blue) = 204+175+213=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCAFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFD5 is #33502A. Grayscale: #BBBBBB. Windows color (decimal): -3362859 or 14004172. OLE color: 14004172.
HSL color Cylindrical-coordinate representation of color #CCAFD5: hue angle of 285.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCAFD5 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 204 | 175 | 213 | - |
CMYK | 0.04 | 0.18 | 0 | 0.16 |
HSL | 285.79º | 0.31% | 0.76% | - |
HSV(B) | 285.79º | 0.18% | 0.84% | - |
XYZ | 52.24 | 48.3 | 69.52 | - |
YUV | 188 | 142.11 | 139.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 175 | 213 | 0.04 | 0.18 | 0 | 0.16 | 285.79 | 0.31 | 0.76 |
Hex | CC | AF | D5 | 4 | 12 | 0 | 10 | 11E | 1F | 4C |
Octal | 314 | 257 | 325 | 4 | 22 | 0 | 20 | 436 | 37 | 114 |
Binary | 11001100 | 10101111 | 11010101 | 100 | 10010 | 0 | 10000 | 100011110 | 11111 | 1001100 |
Color Harmonies of #CCAFD5
Complementary color
Monochromatic Colors of #CCAFD5
Black with #CCAFD5
Text Example
Text Example
White with #CCAFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFD5; }
p { color: rgb(204,175,213); }
H1.HeaderClassName
{
color: #CCAFD5;
}
.AnyTagClassName
{
color: #CCAFD5;
}
</style>
background-color css
<style>
a { background-color: #CCAFD5; }
a { background-color: rgb(204,175,213); }
div.DivClassName
{
background-color: #CCAFD5;
}
.BgClassName
{
background-color: #CCAFD5;
}
</style>
border-color css
<style>
span { border-color: #CCAFD5; }
span { border-color: rgb(204,175,213); }
td.TdClassName
{
border-color: #CCAFD5;
}
.TagClassName
{
border-color: #CCAFD5;
}
</style>