Shades of Hawkes Blue #CCDAF2
Tints of Hawkes Blue #CCDAF2
RGB
CMYK
RGB Variations
Color information
#CCDAF2 (or 0xCCDAF2) is known color: Hawkes Blue. HEX triplet: CC, DA and F2. RGB value is (204,218,242). Sum of RGB (Red+Green+Blue) = 204+218+242=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF2 is #33250D. Grayscale: #D8D8D8. Windows color (decimal): -3351822 or 15915724. OLE color: 15915724.
HSL color Cylindrical-coordinate representation of color #CCDAF2: hue angle of 217.89º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDAF2 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 218 | 242 | - |
CMYK | 0.16 | 0.10 | 0 | 0.05 |
HSL | 217.89º | 0.59% | 0.87% | - |
HSV(B) | 217.89º | 0.16% | 0.95% | - |
XYZ | 66 | 69.39 | 93.92 | - |
YUV | 216.55 | 142.36 | 119.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 242 | 0.16 | 0.10 | 0 | 0.05 | 217.89 | 0.59 | 0.87 |
Hex | CC | DA | F2 | 10 | A | 0 | 5 | DA | 3B | 57 |
Octal | 314 | 332 | 362 | 20 | 12 | 0 | 5 | 332 | 73 | 127 |
Binary | 11001100 | 11011010 | 11110010 | 10000 | 1010 | 0 | 101 | 11011010 | 111011 | 1010111 |
Color Harmonies of #CCDAF2
Complementary color
Monochromatic Colors of #CCDAF2
Black with #CCDAF2
Text Example
Text Example
White with #CCDAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAF2; }
p { color: rgb(204,218,242); }
H1.HeaderClassName
{
color: #CCDAF2;
}
.AnyTagClassName
{
color: #CCDAF2;
}
</style>
background-color css
<style>
a { background-color: #CCDAF2; }
a { background-color: rgb(204,218,242); }
div.DivClassName
{
background-color: #CCDAF2;
}
.BgClassName
{
background-color: #CCDAF2;
}
</style>
border-color css
<style>
span { border-color: #CCDAF2; }
span { border-color: rgb(204,218,242); }
td.TdClassName
{
border-color: #CCDAF2;
}
.TagClassName
{
border-color: #CCDAF2;
}
</style>