Shades of Hawkes Blue #CADCF3
Tints of Hawkes Blue #CADCF3
RGB
CMYK
RGB Variations
Color information
#CADCF3 (or 0xCADCF3) is known color: Hawkes Blue. HEX triplet: CA, DC and F3. RGB value is (202,220,243). Sum of RGB (Red+Green+Blue) = 202+220+243=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 220 (86.33% from 255 or 33.08% 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 #CADCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCF3 is #35230C. Grayscale: #D9D9D9. Windows color (decimal): -3482381 or 15981770. OLE color: 15981770.
HSL color Cylindrical-coordinate representation of color #CADCF3: hue angle of 213.66º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADCF3 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 220 | 243 | - |
CMYK | 0.17 | 0.09 | 0 | 0.05 |
HSL | 213.66º | 0.63% | 0.87% | - |
HSV(B) | 213.66º | 0.17% | 0.95% | - |
XYZ | 66.13 | 70.21 | 94.86 | - |
YUV | 217.24 | 142.54 | 117.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 243 | 0.17 | 0.09 | 0 | 0.05 | 213.66 | 0.63 | 0.87 |
Hex | CA | DC | F3 | 11 | 9 | 0 | 5 | D6 | 3F | 57 |
Octal | 312 | 334 | 363 | 21 | 11 | 0 | 5 | 326 | 77 | 127 |
Binary | 11001010 | 11011100 | 11110011 | 10001 | 1001 | 0 | 101 | 11010110 | 111111 | 1010111 |
Color Harmonies of #CADCF3
Complementary color
Monochromatic Colors of #CADCF3
Black with #CADCF3
Text Example
Text Example
White with #CADCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCF3; }
p { color: rgb(202,220,243); }
H1.HeaderClassName
{
color: #CADCF3;
}
.AnyTagClassName
{
color: #CADCF3;
}
</style>
background-color css
<style>
a { background-color: #CADCF3; }
a { background-color: rgb(202,220,243); }
div.DivClassName
{
background-color: #CADCF3;
}
.BgClassName
{
background-color: #CADCF3;
}
</style>
border-color css
<style>
span { border-color: #CADCF3; }
span { border-color: rgb(202,220,243); }
td.TdClassName
{
border-color: #CADCF3;
}
.TagClassName
{
border-color: #CADCF3;
}
</style>