Shades of Hawkes Blue #CADAF5
Tints of Hawkes Blue #CADAF5
RGB
CMYK
RGB Variations
Color information
#CADAF5 (or 0xCADAF5) is known color: Hawkes Blue. HEX triplet: CA, DA and F5. RGB value is (202,218,245). Sum of RGB (Red+Green+Blue) = 202+218+245=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 245 (96.09% from 255 or 36.84% from 665); Max value from RGB is 245 - color contains mainly: blue. Hex color #CADAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAF5 is #35250A. Grayscale: #D8D8D8. Windows color (decimal): -3482891 or 16112330. OLE color: 16112330.
HSL color Cylindrical-coordinate representation of color #CADAF5: hue angle of 217.67º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADAF5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 218 | 245 | - |
CMYK | 0.18 | 0.11 | 0 | 0.04 |
HSL | 217.67º | 0.68% | 0.88% | - |
HSV(B) | 217.67º | 0.18% | 0.96% | - |
XYZ | 65.91 | 69.29 | 96.29 | - |
YUV | 216.29 | 144.2 | 117.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 245 | 0.18 | 0.11 | 0 | 0.04 | 217.67 | 0.68 | 0.88 |
Hex | CA | DA | F5 | 12 | B | 0 | 4 | DA | 44 | 58 |
Octal | 312 | 332 | 365 | 22 | 13 | 0 | 4 | 332 | 104 | 130 |
Binary | 11001010 | 11011010 | 11110101 | 10010 | 1011 | 0 | 100 | 11011010 | 1000100 | 1011000 |
Color Harmonies of #CADAF5
Complementary color
Monochromatic Colors of #CADAF5
Black with #CADAF5
Text Example
Text Example
White with #CADAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAF5; }
p { color: rgb(202,218,245); }
H1.HeaderClassName
{
color: #CADAF5;
}
.AnyTagClassName
{
color: #CADAF5;
}
</style>
background-color css
<style>
a { background-color: #CADAF5; }
a { background-color: rgb(202,218,245); }
div.DivClassName
{
background-color: #CADAF5;
}
.BgClassName
{
background-color: #CADAF5;
}
</style>
border-color css
<style>
span { border-color: #CADAF5; }
span { border-color: rgb(202,218,245); }
td.TdClassName
{
border-color: #CADAF5;
}
.TagClassName
{
border-color: #CADAF5;
}
</style>