Shades of Hawkes Blue #CCD2F3
Tints of Hawkes Blue #CCD2F3
RGB
CMYK
RGB Variations
Color information
#CCD2F3 (or 0xCCD2F3) is known color: Hawkes Blue. HEX triplet: CC, D2 and F3. RGB value is (204,210,243). Sum of RGB (Red+Green+Blue) = 204+210+243=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCD2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2F3 is #332D0C. Grayscale: #D3D3D3. Windows color (decimal): -3353869 or 15979212. OLE color: 15979212.
HSL color Cylindrical-coordinate representation of color #CCD2F3: hue angle of 230.77º 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 #CCD2F3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 210 | 243 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.05 |
| HSL | 230.77º | 0.62% | 0.88% | - |
| HSV(B) | 230.77º | 0.16% | 0.95% | - |
| XYZ | 64.13 | 65.4 | 94.04 | - |
| YUV | 211.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 243 | 0.16 | 0.14 | 0 | 0.05 | 230.77 | 0.62 | 0.88 |
| Hex | CC | D2 | F3 | 10 | E | 0 | 5 | E7 | 3E | 58 |
| Octal | 314 | 322 | 363 | 20 | 16 | 0 | 5 | 347 | 76 | 130 |
| Binary | 11001100 | 11010010 | 11110011 | 10000 | 1110 | 0 | 101 | 11100111 | 111110 | 1011000 |
Color Harmonies of #CCD2F3
Complementary color
Monochromatic Colors of #CCD2F3
Black with #CCD2F3
Text Example
Text Example
White with #CCD2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2F3; }
p { color: rgb(204,210,243); }
H1.HeaderClassName
{
color: #CCD2F3;
}
.AnyTagClassName
{
color: #CCD2F3;
}
</style>
background-color css
<style>
a { background-color: #CCD2F3; }
a { background-color: rgb(204,210,243); }
div.DivClassName
{
background-color: #CCD2F3;
}
.BgClassName
{
background-color: #CCD2F3;
}
</style>
border-color css
<style>
span { border-color: #CCD2F3; }
span { border-color: rgb(204,210,243); }
td.TdClassName
{
border-color: #CCD2F3;
}
.TagClassName
{
border-color: #CCD2F3;
}
</style>