Shades of Prelude #CCADD2
Tints of Prelude #CCADD2
RGB
CMYK
RGB Variations
Color information
#CCADD2 (or 0xCCADD2) is known color: Prelude. HEX triplet: CC, AD and D2. RGB value is (204,173,210). Sum of RGB (Red+Green+Blue) = 204+173+210=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADD2 is #33522D. Grayscale: #BABABA. Windows color (decimal): -3363374 or 13807052. OLE color: 13807052.
HSL color Cylindrical-coordinate representation of color #CCADD2: hue angle of 290.27º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCADD2 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 173 | 210 | - |
CMYK | 0.03 | 0.18 | 0 | 0.18 |
HSL | 290.27º | 0.29% | 0.75% | - |
HSV(B) | 290.27º | 0.18% | 0.82% | - |
XYZ | 51.48 | 47.38 | 67.4 | - |
YUV | 186.49 | 141.27 | 140.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 173 | 210 | 0.03 | 0.18 | 0 | 0.18 | 290.27 | 0.29 | 0.75 |
Hex | CC | AD | D2 | 3 | 12 | 0 | 12 | 122 | 1D | 4B |
Octal | 314 | 255 | 322 | 3 | 22 | 0 | 22 | 442 | 35 | 113 |
Binary | 11001100 | 10101101 | 11010010 | 11 | 10010 | 0 | 10010 | 100100010 | 11101 | 1001011 |
Color Harmonies of #CCADD2
Complementary color
Monochromatic Colors of #CCADD2
Black with #CCADD2
Text Example
Text Example
White with #CCADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADD2; }
p { color: rgb(204,173,210); }
H1.HeaderClassName
{
color: #CCADD2;
}
.AnyTagClassName
{
color: #CCADD2;
}
</style>
background-color css
<style>
a { background-color: #CCADD2; }
a { background-color: rgb(204,173,210); }
div.DivClassName
{
background-color: #CCADD2;
}
.BgClassName
{
background-color: #CCADD2;
}
</style>
border-color css
<style>
span { border-color: #CCADD2; }
span { border-color: rgb(204,173,210); }
td.TdClassName
{
border-color: #CCADD2;
}
.TagClassName
{
border-color: #CCADD2;
}
</style>