Shades of Hawkes Blue #CCDEF4
Tints of Hawkes Blue #CCDEF4
RGB
CMYK
RGB Variations
Color information
#CCDEF4 (or 0xCCDEF4) is known color: Hawkes Blue. HEX triplet: CC, DE and F4. RGB value is (204,222,244). Sum of RGB (Red+Green+Blue) = 204+222+244=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCDEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEF4 is #33210B. Grayscale: #DBDBDB. Windows color (decimal): -3350796 or 16047820. OLE color: 16047820.
HSL color Cylindrical-coordinate representation of color #CCDEF4: hue angle of 213º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDEF4 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 204 | 222 | 244 | - |
CMYK | 0.16 | 0.09 | 0 | 0.04 |
HSL | 213º | 0.65% | 0.88% | - |
HSV(B) | 213º | 0.16% | 0.96% | - |
XYZ | 67.35 | 71.61 | 95.86 | - |
YUV | 219.13 | 142.04 | 117.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 244 | 0.16 | 0.09 | 0 | 0.04 | 213 | 0.65 | 0.88 |
Hex | CC | DE | F4 | 10 | 9 | 0 | 4 | D5 | 41 | 58 |
Octal | 314 | 336 | 364 | 20 | 11 | 0 | 4 | 325 | 101 | 130 |
Binary | 11001100 | 11011110 | 11110100 | 10000 | 1001 | 0 | 100 | 11010101 | 1000001 | 1011000 |
Color Harmonies of #CCDEF4
Complementary color
Monochromatic Colors of #CCDEF4
Black with #CCDEF4
Text Example
Text Example
White with #CCDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEF4; }
p { color: rgb(204,222,244); }
H1.HeaderClassName
{
color: #CCDEF4;
}
.AnyTagClassName
{
color: #CCDEF4;
}
</style>
background-color css
<style>
a { background-color: #CCDEF4; }
a { background-color: rgb(204,222,244); }
div.DivClassName
{
background-color: #CCDEF4;
}
.BgClassName
{
background-color: #CCDEF4;
}
</style>
border-color css
<style>
span { border-color: #CCDEF4; }
span { border-color: rgb(204,222,244); }
td.TdClassName
{
border-color: #CCDEF4;
}
.TagClassName
{
border-color: #CCDEF4;
}
</style>