Shades of Hawkes Blue #CADAF1
Tints of Hawkes Blue #CADAF1
RGB
CMYK
RGB Variations
Color information
#CADAF1 (or 0xCADAF1) is known color: Hawkes Blue. HEX triplet: CA, DA and F1. RGB value is (202,218,241). Sum of RGB (Red+Green+Blue) = 202+218+241=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #CADAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAF1 is #35250E. Grayscale: #D7D7D7. Windows color (decimal): -3482895 or 15850186. OLE color: 15850186.
HSL color Cylindrical-coordinate representation of color #CADAF1: hue angle of 215.38º degrees, saturation: 0.58, 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 #CADAF1 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 218 | 241 | - |
CMYK | 0.16 | 0.10 | 0 | 0.05 |
HSL | 215.38º | 0.58% | 0.87% | - |
HSV(B) | 215.38º | 0.16% | 0.95% | - |
XYZ | 65.31 | 69.05 | 93.11 | - |
YUV | 215.84 | 142.2 | 118.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 241 | 0.16 | 0.10 | 0 | 0.05 | 215.38 | 0.58 | 0.87 |
Hex | CA | DA | F1 | 10 | A | 0 | 5 | D7 | 3A | 57 |
Octal | 312 | 332 | 361 | 20 | 12 | 0 | 5 | 327 | 72 | 127 |
Binary | 11001010 | 11011010 | 11110001 | 10000 | 1010 | 0 | 101 | 11010111 | 111010 | 1010111 |
Color Harmonies of #CADAF1
Complementary color
Monochromatic Colors of #CADAF1
Black with #CADAF1
Text Example
Text Example
White with #CADAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAF1; }
p { color: rgb(202,218,241); }
H1.HeaderClassName
{
color: #CADAF1;
}
.AnyTagClassName
{
color: #CADAF1;
}
</style>
background-color css
<style>
a { background-color: #CADAF1; }
a { background-color: rgb(202,218,241); }
div.DivClassName
{
background-color: #CADAF1;
}
.BgClassName
{
background-color: #CADAF1;
}
</style>
border-color css
<style>
span { border-color: #CADAF1; }
span { border-color: rgb(202,218,241); }
td.TdClassName
{
border-color: #CADAF1;
}
.TagClassName
{
border-color: #CADAF1;
}
</style>