Shades of Hawkes Blue #CCDEFD
Tints of Hawkes Blue #CCDEFD
RGB
CMYK
RGB Variations
Color information
#CCDEFD (or 0xCCDEFD) is known color: Hawkes Blue. HEX triplet: CC, DE and FD. RGB value is (204,222,253). Sum of RGB (Red+Green+Blue) = 204+222+253=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEFD is #332102. Grayscale: #DCDCDC. Windows color (decimal): -3350787 or 16637644. OLE color: 16637644.
HSL color Cylindrical-coordinate representation of color #CCDEFD: hue angle of 217.96º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDEFD is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 222 | 253 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.01 |
| HSL | 217.96º | 0.92% | 0.9% | - |
| HSV(B) | 217.96º | 0.19% | 0.99% | - |
| XYZ | 68.75 | 72.17 | 103.24 | - |
| YUV | 220.15 | 146.54 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 253 | 0.19 | 0.12 | 0 | 0.01 | 217.96 | 0.92 | 0.9 |
| Hex | CC | DE | FD | 13 | C | 0 | 1 | DA | 5C | 5A |
| Octal | 314 | 336 | 375 | 23 | 14 | 0 | 1 | 332 | 134 | 132 |
| Binary | 11001100 | 11011110 | 11111101 | 10011 | 1100 | 0 | 1 | 11011010 | 1011100 | 1011010 |
Color Harmonies of #CCDEFD
Complementary color
Monochromatic Colors of #CCDEFD
Black with #CCDEFD
Text Example
Text Example
White with #CCDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEFD; }
p { color: rgb(204,222,253); }
H1.HeaderClassName
{
color: #CCDEFD;
}
.AnyTagClassName
{
color: #CCDEFD;
}
</style>
background-color css
<style>
a { background-color: #CCDEFD; }
a { background-color: rgb(204,222,253); }
div.DivClassName
{
background-color: #CCDEFD;
}
.BgClassName
{
background-color: #CCDEFD;
}
</style>
border-color css
<style>
span { border-color: #CCDEFD; }
span { border-color: rgb(204,222,253); }
td.TdClassName
{
border-color: #CCDEFD;
}
.TagClassName
{
border-color: #CCDEFD;
}
</style>