Shades of Hawkes Blue #CCD2ED
Tints of Hawkes Blue #CCD2ED
RGB
CMYK
RGB Variations
Color information
#CCD2ED (or 0xCCD2ED) is known color: Hawkes Blue. HEX triplet: CC, D2 and ED. RGB value is (204,210,237). Sum of RGB (Red+Green+Blue) = 204+210+237=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2ED is #332D12. Grayscale: #D3D3D3. Windows color (decimal): -3353875 or 15585996. OLE color: 15585996.
HSL color Cylindrical-coordinate representation of color #CCD2ED: hue angle of 229.09º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD2ED is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 210 | 237 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.07 |
| HSL | 229.09º | 0.48% | 0.86% | - |
| HSV(B) | 229.09º | 0.14% | 0.93% | - |
| XYZ | 63.23 | 65.04 | 89.34 | - |
| YUV | 211.28 | 142.51 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 237 | 0.14 | 0.11 | 0 | 0.07 | 229.09 | 0.48 | 0.86 |
| Hex | CC | D2 | ED | E | B | 0 | 7 | E5 | 30 | 56 |
| Octal | 314 | 322 | 355 | 16 | 13 | 0 | 7 | 345 | 60 | 126 |
| Binary | 11001100 | 11010010 | 11101101 | 1110 | 1011 | 0 | 111 | 11100101 | 110000 | 1010110 |
Color Harmonies of #CCD2ED
Complementary color
Monochromatic Colors of #CCD2ED
Black with #CCD2ED
Text Example
Text Example
White with #CCD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2ED; }
p { color: rgb(204,210,237); }
H1.HeaderClassName
{
color: #CCD2ED;
}
.AnyTagClassName
{
color: #CCD2ED;
}
</style>
background-color css
<style>
a { background-color: #CCD2ED; }
a { background-color: rgb(204,210,237); }
div.DivClassName
{
background-color: #CCD2ED;
}
.BgClassName
{
background-color: #CCD2ED;
}
</style>
border-color css
<style>
span { border-color: #CCD2ED; }
span { border-color: rgb(204,210,237); }
td.TdClassName
{
border-color: #CCD2ED;
}
.TagClassName
{
border-color: #CCD2ED;
}
</style>