Shades of Hawkes Blue #CADAF7
Tints of Hawkes Blue #CADAF7
RGB
CMYK
RGB Variations
Color information
#CADAF7 (or 0xCADAF7) is known color: Hawkes Blue. HEX triplet: CA, DA and F7. RGB value is (202,218,247). Sum of RGB (Red+Green+Blue) = 202+218+247=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #CADAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAF7 is #352508. Grayscale: #D8D8D8. Windows color (decimal): -3482889 or 16243402. OLE color: 16243402.
HSL color Cylindrical-coordinate representation of color #CADAF7: hue angle of 218.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADAF7 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 202 | 218 | 247 | - |
CMYK | 0.18 | 0.12 | 0 | 0.03 |
HSL | 218.67º | 0.74% | 0.88% | - |
HSV(B) | 218.67º | 0.18% | 0.97% | - |
XYZ | 66.22 | 69.41 | 97.9 | - |
YUV | 216.52 | 145.2 | 117.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 247 | 0.18 | 0.12 | 0 | 0.03 | 218.67 | 0.74 | 0.88 |
Hex | CA | DA | F7 | 12 | C | 0 | 3 | DB | 4A | 58 |
Octal | 312 | 332 | 367 | 22 | 14 | 0 | 3 | 333 | 112 | 130 |
Binary | 11001010 | 11011010 | 11110111 | 10010 | 1100 | 0 | 11 | 11011011 | 1001010 | 1011000 |
Color Harmonies of #CADAF7
Complementary color
Monochromatic Colors of #CADAF7
Black with #CADAF7
Text Example
Text Example
White with #CADAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAF7; }
p { color: rgb(202,218,247); }
H1.HeaderClassName
{
color: #CADAF7;
}
.AnyTagClassName
{
color: #CADAF7;
}
</style>
background-color css
<style>
a { background-color: #CADAF7; }
a { background-color: rgb(202,218,247); }
div.DivClassName
{
background-color: #CADAF7;
}
.BgClassName
{
background-color: #CADAF7;
}
</style>
border-color css
<style>
span { border-color: #CADAF7; }
span { border-color: rgb(202,218,247); }
td.TdClassName
{
border-color: #CADAF7;
}
.TagClassName
{
border-color: #CADAF7;
}
</style>