Shades of Hawkes Blue #CCD1ED
Tints of Hawkes Blue #CCD1ED
RGB
CMYK
RGB Variations
Color information
#CCD1ED (or 0xCCD1ED) is known color: Hawkes Blue. HEX triplet: CC, D1 and ED. RGB value is (204,209,237). Sum of RGB (Red+Green+Blue) = 204+209+237=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 209 (82.03% from 255 or 32.15% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1ED is #332E12. Grayscale: #D2D2D2. Windows color (decimal): -3354131 or 15585740. OLE color: 15585740.
HSL color Cylindrical-coordinate representation of color #CCD1ED: hue angle of 230.91º 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 #CCD1ED is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 209 | 237 | - |
CMYK | 0.14 | 0.12 | 0 | 0.07 |
HSL | 230.91º | 0.48% | 0.86% | - |
HSV(B) | 230.91º | 0.14% | 0.93% | - |
XYZ | 62.99 | 64.55 | 89.26 | - |
YUV | 210.7 | 142.84 | 123.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 209 | 237 | 0.14 | 0.12 | 0 | 0.07 | 230.91 | 0.48 | 0.86 |
Hex | CC | D1 | ED | E | C | 0 | 7 | E7 | 30 | 56 |
Octal | 314 | 321 | 355 | 16 | 14 | 0 | 7 | 347 | 60 | 126 |
Binary | 11001100 | 11010001 | 11101101 | 1110 | 1100 | 0 | 111 | 11100111 | 110000 | 1010110 |
Color Harmonies of #CCD1ED
Complementary color
Monochromatic Colors of #CCD1ED
Black with #CCD1ED
Text Example
Text Example
White with #CCD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD1ED; }
p { color: rgb(204,209,237); }
H1.HeaderClassName
{
color: #CCD1ED;
}
.AnyTagClassName
{
color: #CCD1ED;
}
</style>
background-color css
<style>
a { background-color: #CCD1ED; }
a { background-color: rgb(204,209,237); }
div.DivClassName
{
background-color: #CCD1ED;
}
.BgClassName
{
background-color: #CCD1ED;
}
</style>
border-color css
<style>
span { border-color: #CCD1ED; }
span { border-color: rgb(204,209,237); }
td.TdClassName
{
border-color: #CCD1ED;
}
.TagClassName
{
border-color: #CCD1ED;
}
</style>