Shades of Hawkes Blue #CADDF5
Tints of Hawkes Blue #CADDF5
RGB
CMYK
RGB Variations
Color information
#CADDF5 (or 0xCADDF5) is known color: Hawkes Blue. HEX triplet: CA, DD and F5. RGB value is (202,221,245). Sum of RGB (Red+Green+Blue) = 202+221+245=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #CADDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDF5 is #35220A. Grayscale: #D9D9D9. Windows color (decimal): -3482123 or 16113098. OLE color: 16113098.
HSL color Cylindrical-coordinate representation of color #CADDF5: hue angle of 213.49º 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 #CADDF5 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 221 | 245 | - |
CMYK | 0.18 | 0.10 | 0 | 0.04 |
HSL | 213.49º | 0.68% | 0.88% | - |
HSV(B) | 213.49º | 0.18% | 0.96% | - |
XYZ | 66.7 | 70.86 | 96.55 | - |
YUV | 218.06 | 143.21 | 116.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 245 | 0.18 | 0.10 | 0 | 0.04 | 213.49 | 0.68 | 0.88 |
Hex | CA | DD | F5 | 12 | A | 0 | 4 | D5 | 44 | 58 |
Octal | 312 | 335 | 365 | 22 | 12 | 0 | 4 | 325 | 104 | 130 |
Binary | 11001010 | 11011101 | 11110101 | 10010 | 1010 | 0 | 100 | 11010101 | 1000100 | 1011000 |
Color Harmonies of #CADDF5
Complementary color
Monochromatic Colors of #CADDF5
Black with #CADDF5
Text Example
Text Example
White with #CADDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDF5; }
p { color: rgb(202,221,245); }
H1.HeaderClassName
{
color: #CADDF5;
}
.AnyTagClassName
{
color: #CADDF5;
}
</style>
background-color css
<style>
a { background-color: #CADDF5; }
a { background-color: rgb(202,221,245); }
div.DivClassName
{
background-color: #CADDF5;
}
.BgClassName
{
background-color: #CADDF5;
}
</style>
border-color css
<style>
span { border-color: #CADDF5; }
span { border-color: rgb(202,221,245); }
td.TdClassName
{
border-color: #CADDF5;
}
.TagClassName
{
border-color: #CADDF5;
}
</style>