Shades of Hawkes Blue #CAD3ED
Tints of Hawkes Blue #CAD3ED
RGB
CMYK
RGB Variations
Color information
#CAD3ED (or 0xCAD3ED) is known color: Hawkes Blue. HEX triplet: CA, D3 and ED. RGB value is (202,211,237). Sum of RGB (Red+Green+Blue) = 202+211+237=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAD3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD3ED is #352C12. Grayscale: #D3D3D3. Windows color (decimal): -3484691 or 15586250. OLE color: 15586250.
HSL color Cylindrical-coordinate representation of color #CAD3ED: hue angle of 224.57º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAD3ED is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 211 | 237 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.07 |
| HSL | 224.57º | 0.49% | 0.86% | - |
| HSV(B) | 224.57º | 0.15% | 0.93% | - |
| XYZ | 62.94 | 65.26 | 89.4 | - |
| YUV | 211.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 237 | 0.15 | 0.11 | 0 | 0.07 | 224.57 | 0.49 | 0.86 |
| Hex | CA | D3 | ED | F | B | 0 | 7 | E1 | 31 | 56 |
| Octal | 312 | 323 | 355 | 17 | 13 | 0 | 7 | 341 | 61 | 126 |
| Binary | 11001010 | 11010011 | 11101101 | 1111 | 1011 | 0 | 111 | 11100001 | 110001 | 1010110 |
Color Harmonies of #CAD3ED
Complementary color
Monochromatic Colors of #CAD3ED
Black with #CAD3ED
Text Example
Text Example
White with #CAD3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3ED; }
p { color: rgb(202,211,237); }
H1.HeaderClassName
{
color: #CAD3ED;
}
.AnyTagClassName
{
color: #CAD3ED;
}
</style>
background-color css
<style>
a { background-color: #CAD3ED; }
a { background-color: rgb(202,211,237); }
div.DivClassName
{
background-color: #CAD3ED;
}
.BgClassName
{
background-color: #CAD3ED;
}
</style>
border-color css
<style>
span { border-color: #CAD3ED; }
span { border-color: rgb(202,211,237); }
td.TdClassName
{
border-color: #CAD3ED;
}
.TagClassName
{
border-color: #CAD3ED;
}
</style>