Shades of Hawkes Blue #CCE2FD
Tints of Hawkes Blue #CCE2FD
RGB
CMYK
RGB Variations
Color information
#CCE2FD (or 0xCCE2FD) is known color: Hawkes Blue. HEX triplet: CC, E2 and FD. RGB value is (204,226,253). Sum of RGB (Red+Green+Blue) = 204+226+253=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2FD is #331D02. Grayscale: #DEDEDE. Windows color (decimal): -3349763 or 16638668. OLE color: 16638668.
HSL color Cylindrical-coordinate representation of color #CCE2FD: hue angle of 213.06º 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 #CCE2FD is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 226 | 253 | - |
CMYK | 0.19 | 0.11 | 0 | 0.01 |
HSL | 213.06º | 0.92% | 0.9% | - |
HSV(B) | 213.06º | 0.19% | 0.99% | - |
XYZ | 69.83 | 74.32 | 103.59 | - |
YUV | 222.5 | 145.21 | 114.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 226 | 253 | 0.19 | 0.11 | 0 | 0.01 | 213.06 | 0.92 | 0.9 |
Hex | CC | E2 | FD | 13 | B | 0 | 1 | D5 | 5C | 5A |
Octal | 314 | 342 | 375 | 23 | 13 | 0 | 1 | 325 | 134 | 132 |
Binary | 11001100 | 11100010 | 11111101 | 10011 | 1011 | 0 | 1 | 11010101 | 1011100 | 1011010 |
Color Harmonies of #CCE2FD
Complementary color
Monochromatic Colors of #CCE2FD
Black with #CCE2FD
Text Example
Text Example
White with #CCE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2FD; }
p { color: rgb(204,226,253); }
H1.HeaderClassName
{
color: #CCE2FD;
}
.AnyTagClassName
{
color: #CCE2FD;
}
</style>
background-color css
<style>
a { background-color: #CCE2FD; }
a { background-color: rgb(204,226,253); }
div.DivClassName
{
background-color: #CCE2FD;
}
.BgClassName
{
background-color: #CCE2FD;
}
</style>
border-color css
<style>
span { border-color: #CCE2FD; }
span { border-color: rgb(204,226,253); }
td.TdClassName
{
border-color: #CCE2FD;
}
.TagClassName
{
border-color: #CCE2FD;
}
</style>