Shades of Hawkes Blue #CCDCFD
Tints of Hawkes Blue #CCDCFD
RGB
CMYK
RGB Variations
Color information
#CCDCFD (or 0xCCDCFD) is known color: Hawkes Blue. HEX triplet: CC, DC and FD. RGB value is (204,220,253). Sum of RGB (Red+Green+Blue) = 204+220+253=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCFD is #332302. Grayscale: #DADADA. Windows color (decimal): -3351299 or 16637132. OLE color: 16637132.
HSL color Cylindrical-coordinate representation of color #CCDCFD: hue angle of 220.41º 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 #CCDCFD is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 220 | 253 | - |
CMYK | 0.19 | 0.13 | 0 | 0.01 |
HSL | 220.41º | 0.92% | 0.9% | - |
HSV(B) | 220.41º | 0.19% | 0.99% | - |
XYZ | 68.22 | 71.12 | 103.06 | - |
YUV | 218.98 | 147.2 | 117.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 253 | 0.19 | 0.13 | 0 | 0.01 | 220.41 | 0.92 | 0.9 |
Hex | CC | DC | FD | 13 | D | 0 | 1 | DC | 5C | 5A |
Octal | 314 | 334 | 375 | 23 | 15 | 0 | 1 | 334 | 134 | 132 |
Binary | 11001100 | 11011100 | 11111101 | 10011 | 1101 | 0 | 1 | 11011100 | 1011100 | 1011010 |
Color Harmonies of #CCDCFD
Complementary color
Monochromatic Colors of #CCDCFD
Black with #CCDCFD
Text Example
Text Example
White with #CCDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCFD; }
p { color: rgb(204,220,253); }
H1.HeaderClassName
{
color: #CCDCFD;
}
.AnyTagClassName
{
color: #CCDCFD;
}
</style>
background-color css
<style>
a { background-color: #CCDCFD; }
a { background-color: rgb(204,220,253); }
div.DivClassName
{
background-color: #CCDCFD;
}
.BgClassName
{
background-color: #CCDCFD;
}
</style>
border-color css
<style>
span { border-color: #CCDCFD; }
span { border-color: rgb(204,220,253); }
td.TdClassName
{
border-color: #CCDCFD;
}
.TagClassName
{
border-color: #CCDCFD;
}
</style>