Shades of Prelude #CCAED2
Tints of Prelude #CCAED2
RGB
CMYK
RGB Variations
Color information
#CCAED2 (or 0xCCAED2) is known color: Prelude. HEX triplet: CC, AE and D2. RGB value is (204,174,210). Sum of RGB (Red+Green+Blue) = 204+174+210=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCAED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAED2 is #33512D. Grayscale: #BABABA. Windows color (decimal): -3363118 or 13807308. OLE color: 13807308.
HSL color Cylindrical-coordinate representation of color #CCAED2: hue angle of 290º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAED2 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 174 | 210 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.18 |
| HSL | 290º | 0.29% | 0.75% | - |
| HSV(B) | 290º | 0.17% | 0.82% | - |
| XYZ | 51.67 | 47.76 | 67.47 | - |
| YUV | 187.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 210 | 0.03 | 0.17 | 0 | 0.18 | 290 | 0.29 | 0.75 |
| Hex | CC | AE | D2 | 3 | 11 | 0 | 12 | 122 | 1D | 4B |
| Octal | 314 | 256 | 322 | 3 | 21 | 0 | 22 | 442 | 35 | 113 |
| Binary | 11001100 | 10101110 | 11010010 | 11 | 10001 | 0 | 10010 | 100100010 | 11101 | 1001011 |
Color Harmonies of #CCAED2
Complementary color
Monochromatic Colors of #CCAED2
Black with #CCAED2
Text Example
Text Example
White with #CCAED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAED2; }
p { color: rgb(204,174,210); }
H1.HeaderClassName
{
color: #CCAED2;
}
.AnyTagClassName
{
color: #CCAED2;
}
</style>
background-color css
<style>
a { background-color: #CCAED2; }
a { background-color: rgb(204,174,210); }
div.DivClassName
{
background-color: #CCAED2;
}
.BgClassName
{
background-color: #CCAED2;
}
</style>
border-color css
<style>
span { border-color: #CCAED2; }
span { border-color: rgb(204,174,210); }
td.TdClassName
{
border-color: #CCAED2;
}
.TagClassName
{
border-color: #CCAED2;
}
</style>