Shades of Hawkes Blue #CCDEF3
Tints of Hawkes Blue #CCDEF3
RGB
CMYK
RGB Variations
Color information
#CCDEF3 (or 0xCCDEF3) is known color: Hawkes Blue. HEX triplet: CC, DE and F3. RGB value is (204,222,243). Sum of RGB (Red+Green+Blue) = 204+222+243=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 222 (87.11% from 255 or 33.18% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCDEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEF3 is #33210C. Grayscale: #DADADA. Windows color (decimal): -3350797 or 15982284. OLE color: 15982284.
HSL color Cylindrical-coordinate representation of color #CCDEF3: hue angle of 212.31º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDEF3 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 222 | 243 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.05 |
| HSL | 212.31º | 0.62% | 0.88% | - |
| HSV(B) | 212.31º | 0.16% | 0.95% | - |
| XYZ | 67.2 | 71.55 | 95.06 | - |
| YUV | 219.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 243 | 0.16 | 0.09 | 0 | 0.05 | 212.31 | 0.62 | 0.88 |
| Hex | CC | DE | F3 | 10 | 9 | 0 | 5 | D4 | 3E | 58 |
| Octal | 314 | 336 | 363 | 20 | 11 | 0 | 5 | 324 | 76 | 130 |
| Binary | 11001100 | 11011110 | 11110011 | 10000 | 1001 | 0 | 101 | 11010100 | 111110 | 1011000 |
Color Harmonies of #CCDEF3
Complementary color
Monochromatic Colors of #CCDEF3
Black with #CCDEF3
Text Example
Text Example
White with #CCDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEF3; }
p { color: rgb(204,222,243); }
H1.HeaderClassName
{
color: #CCDEF3;
}
.AnyTagClassName
{
color: #CCDEF3;
}
</style>
background-color css
<style>
a { background-color: #CCDEF3; }
a { background-color: rgb(204,222,243); }
div.DivClassName
{
background-color: #CCDEF3;
}
.BgClassName
{
background-color: #CCDEF3;
}
</style>
border-color css
<style>
span { border-color: #CCDEF3; }
span { border-color: rgb(204,222,243); }
td.TdClassName
{
border-color: #CCDEF3;
}
.TagClassName
{
border-color: #CCDEF3;
}
</style>