Shades of Hawkes Blue #CCDAF3
Tints of Hawkes Blue #CCDAF3
RGB
CMYK
RGB Variations
Color information
#CCDAF3 (or 0xCCDAF3) is known color: Hawkes Blue. HEX triplet: CC, DA and F3. RGB value is (204,218,243). Sum of RGB (Red+Green+Blue) = 204+218+243=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCDAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDAF3 is #33250C. Grayscale: #D8D8D8. Windows color (decimal): -3351821 or 15981260. OLE color: 15981260.
HSL color Cylindrical-coordinate representation of color #CCDAF3: hue angle of 218.46º 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 #CCDAF3 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 218 | 243 | - |
CMYK | 0.16 | 0.10 | 0 | 0.05 |
HSL | 218.46º | 0.62% | 0.88% | - |
HSV(B) | 218.46º | 0.16% | 0.95% | - |
XYZ | 66.15 | 69.45 | 94.71 | - |
YUV | 216.66 | 142.86 | 118.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 218 | 243 | 0.16 | 0.10 | 0 | 0.05 | 218.46 | 0.62 | 0.88 |
Hex | CC | DA | F3 | 10 | A | 0 | 5 | DA | 3E | 58 |
Octal | 314 | 332 | 363 | 20 | 12 | 0 | 5 | 332 | 76 | 130 |
Binary | 11001100 | 11011010 | 11110011 | 10000 | 1010 | 0 | 101 | 11011010 | 111110 | 1011000 |
Color Harmonies of #CCDAF3
Complementary color
Monochromatic Colors of #CCDAF3
Black with #CCDAF3
Text Example
Text Example
White with #CCDAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAF3; }
p { color: rgb(204,218,243); }
H1.HeaderClassName
{
color: #CCDAF3;
}
.AnyTagClassName
{
color: #CCDAF3;
}
</style>
background-color css
<style>
a { background-color: #CCDAF3; }
a { background-color: rgb(204,218,243); }
div.DivClassName
{
background-color: #CCDAF3;
}
.BgClassName
{
background-color: #CCDAF3;
}
</style>
border-color css
<style>
span { border-color: #CCDAF3; }
span { border-color: rgb(204,218,243); }
td.TdClassName
{
border-color: #CCDAF3;
}
.TagClassName
{
border-color: #CCDAF3;
}
</style>