Shades of Hawkes Blue #CCDCFB
Tints of Hawkes Blue #CCDCFB
RGB
CMYK
RGB Variations
Color information
#CCDCFB (or 0xCCDCFB) is known color: Hawkes Blue. HEX triplet: CC, DC and FB. RGB value is (204,220,251). Sum of RGB (Red+Green+Blue) = 204+220+251=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCFB is #332304. Grayscale: #DADADA. Windows color (decimal): -3351301 or 16506060. OLE color: 16506060.
HSL color Cylindrical-coordinate representation of color #CCDCFB: hue angle of 219.57º 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 #CCDCFB is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 220 | 251 | - |
CMYK | 0.19 | 0.12 | 0 | 0.02 |
HSL | 219.57º | 0.85% | 0.89% | - |
HSV(B) | 219.57º | 0.19% | 0.98% | - |
XYZ | 67.91 | 70.99 | 101.39 | - |
YUV | 218.75 | 146.2 | 117.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 251 | 0.19 | 0.12 | 0 | 0.02 | 219.57 | 0.85 | 0.89 |
Hex | CC | DC | FB | 13 | C | 0 | 2 | DC | 55 | 59 |
Octal | 314 | 334 | 373 | 23 | 14 | 0 | 2 | 334 | 125 | 131 |
Binary | 11001100 | 11011100 | 11111011 | 10011 | 1100 | 0 | 10 | 11011100 | 1010101 | 1011001 |
Color Harmonies of #CCDCFB
Complementary color
Monochromatic Colors of #CCDCFB
Black with #CCDCFB
Text Example
Text Example
White with #CCDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCFB; }
p { color: rgb(204,220,251); }
H1.HeaderClassName
{
color: #CCDCFB;
}
.AnyTagClassName
{
color: #CCDCFB;
}
</style>
background-color css
<style>
a { background-color: #CCDCFB; }
a { background-color: rgb(204,220,251); }
div.DivClassName
{
background-color: #CCDCFB;
}
.BgClassName
{
background-color: #CCDCFB;
}
</style>
border-color css
<style>
span { border-color: #CCDCFB; }
span { border-color: rgb(204,220,251); }
td.TdClassName
{
border-color: #CCDCFB;
}
.TagClassName
{
border-color: #CCDCFB;
}
</style>