Shades of Hawkes Blue #CCDDFB
Tints of Hawkes Blue #CCDDFB
RGB
CMYK
RGB Variations
Color information
#CCDDFB (or 0xCCDDFB) is known color: Hawkes Blue. HEX triplet: CC, DD and FB. RGB value is (204,221,251). Sum of RGB (Red+Green+Blue) = 204+221+251=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDFB is #332204. Grayscale: #DBDBDB. Windows color (decimal): -3351045 or 16506316. OLE color: 16506316.
HSL color Cylindrical-coordinate representation of color #CCDDFB: hue angle of 218.3º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCDDFB is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 221 | 251 | - |
CMYK | 0.19 | 0.12 | 0 | 0.02 |
HSL | 218.3º | 0.85% | 0.89% | - |
HSV(B) | 218.3º | 0.19% | 0.98% | - |
XYZ | 68.17 | 71.52 | 101.48 | - |
YUV | 219.34 | 145.87 | 117.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 251 | 0.19 | 0.12 | 0 | 0.02 | 218.3 | 0.85 | 0.89 |
Hex | CC | DD | FB | 13 | C | 0 | 2 | DA | 55 | 59 |
Octal | 314 | 335 | 373 | 23 | 14 | 0 | 2 | 332 | 125 | 131 |
Binary | 11001100 | 11011101 | 11111011 | 10011 | 1100 | 0 | 10 | 11011010 | 1010101 | 1011001 |
Color Harmonies of #CCDDFB
Complementary color
Monochromatic Colors of #CCDDFB
Black with #CCDDFB
Text Example
Text Example
White with #CCDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDFB; }
p { color: rgb(204,221,251); }
H1.HeaderClassName
{
color: #CCDDFB;
}
.AnyTagClassName
{
color: #CCDDFB;
}
</style>
background-color css
<style>
a { background-color: #CCDDFB; }
a { background-color: rgb(204,221,251); }
div.DivClassName
{
background-color: #CCDDFB;
}
.BgClassName
{
background-color: #CCDDFB;
}
</style>
border-color css
<style>
span { border-color: #CCDDFB; }
span { border-color: rgb(204,221,251); }
td.TdClassName
{
border-color: #CCDDFB;
}
.TagClassName
{
border-color: #CCDDFB;
}
</style>