Shades of Hawkes Blue #CCDEF2
Tints of Hawkes Blue #CCDEF2
RGB
CMYK
RGB Variations
Color information
#CCDEF2 (or 0xCCDEF2) is known color: Hawkes Blue. HEX triplet: CC, DE and F2. RGB value is (204,222,242). Sum of RGB (Red+Green+Blue) = 204+222+242=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCDEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDEF2 is #33210D. Grayscale: #DADADA. Windows color (decimal): -3350798 or 15916748. OLE color: 15916748.
HSL color Cylindrical-coordinate representation of color #CCDEF2: hue angle of 211.58º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDEF2 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 222 | 242 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.05 |
| HSL | 211.58º | 0.59% | 0.87% | - |
| HSV(B) | 211.58º | 0.16% | 0.95% | - |
| XYZ | 67.05 | 71.49 | 94.27 | - |
| YUV | 218.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 242 | 0.16 | 0.08 | 0 | 0.05 | 211.58 | 0.59 | 0.87 |
| Hex | CC | DE | F2 | 10 | 8 | 0 | 5 | D4 | 3B | 57 |
| Octal | 314 | 336 | 362 | 20 | 10 | 0 | 5 | 324 | 73 | 127 |
| Binary | 11001100 | 11011110 | 11110010 | 10000 | 1000 | 0 | 101 | 11010100 | 111011 | 1010111 |
Color Harmonies of #CCDEF2
Complementary color
Monochromatic Colors of #CCDEF2
Black with #CCDEF2
Text Example
Text Example
White with #CCDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEF2; }
p { color: rgb(204,222,242); }
H1.HeaderClassName
{
color: #CCDEF2;
}
.AnyTagClassName
{
color: #CCDEF2;
}
</style>
background-color css
<style>
a { background-color: #CCDEF2; }
a { background-color: rgb(204,222,242); }
div.DivClassName
{
background-color: #CCDEF2;
}
.BgClassName
{
background-color: #CCDEF2;
}
</style>
border-color css
<style>
span { border-color: #CCDEF2; }
span { border-color: rgb(204,222,242); }
td.TdClassName
{
border-color: #CCDEF2;
}
.TagClassName
{
border-color: #CCDEF2;
}
</style>