Shades of Hawkes Blue #CADDF4
Tints of Hawkes Blue #CADDF4
RGB
CMYK
RGB Variations
Color information
#CADDF4 (or 0xCADDF4) is known color: Hawkes Blue. HEX triplet: CA, DD and F4. RGB value is (202,221,244). Sum of RGB (Red+Green+Blue) = 202+221+244=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #CADDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDF4 is #35220B. Grayscale: #D9D9D9. Windows color (decimal): -3482124 or 16047562. OLE color: 16047562.
HSL color Cylindrical-coordinate representation of color #CADDF4: hue angle of 212.86º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADDF4 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 221 | 244 | - |
CMYK | 0.17 | 0.09 | 0 | 0.04 |
HSL | 212.86º | 0.66% | 0.87% | - |
HSV(B) | 212.86º | 0.17% | 0.96% | - |
XYZ | 66.54 | 70.8 | 95.75 | - |
YUV | 217.94 | 142.71 | 116.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 244 | 0.17 | 0.09 | 0 | 0.04 | 212.86 | 0.66 | 0.87 |
Hex | CA | DD | F4 | 11 | 9 | 0 | 4 | D5 | 42 | 57 |
Octal | 312 | 335 | 364 | 21 | 11 | 0 | 4 | 325 | 102 | 127 |
Binary | 11001010 | 11011101 | 11110100 | 10001 | 1001 | 0 | 100 | 11010101 | 1000010 | 1010111 |
Color Harmonies of #CADDF4
Complementary color
Monochromatic Colors of #CADDF4
Black with #CADDF4
Text Example
Text Example
White with #CADDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDF4; }
p { color: rgb(202,221,244); }
H1.HeaderClassName
{
color: #CADDF4;
}
.AnyTagClassName
{
color: #CADDF4;
}
</style>
background-color css
<style>
a { background-color: #CADDF4; }
a { background-color: rgb(202,221,244); }
div.DivClassName
{
background-color: #CADDF4;
}
.BgClassName
{
background-color: #CADDF4;
}
</style>
border-color css
<style>
span { border-color: #CADDF4; }
span { border-color: rgb(202,221,244); }
td.TdClassName
{
border-color: #CADDF4;
}
.TagClassName
{
border-color: #CADDF4;
}
</style>