Shades of Hawkes Blue #CADDFE
Tints of Hawkes Blue #CADDFE
RGB
CMYK
RGB Variations
Color information
#CADDFE (or 0xCADDFE) is known color: Hawkes Blue. HEX triplet: CA, DD and FE. RGB value is (202,221,254). Sum of RGB (Red+Green+Blue) = 202+221+254=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #CADDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDFE is #352201. Grayscale: #DADADA. Windows color (decimal): -3482114 or 16702922. OLE color: 16702922.
HSL color Cylindrical-coordinate representation of color #CADDFE: hue angle of 218.08º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADDFE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 221 | 254 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.00 |
| HSL | 218.08º | 0.96% | 0.89% | - |
| HSV(B) | 218.08º | 0.2% | 1% | - |
| XYZ | 68.1 | 71.43 | 103.96 | - |
| YUV | 219.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 254 | 0.20 | 0.13 | 0 | 0.00 | 218.08 | 0.96 | 0.89 |
| Hex | CA | DD | FE | 14 | D | 0 | 0 | DA | 60 | 59 |
| Octal | 312 | 335 | 376 | 24 | 15 | 0 | 0 | 332 | 140 | 131 |
| Binary | 11001010 | 11011101 | 11111110 | 10100 | 1101 | 0 | 0 | 11011010 | 1100000 | 1011001 |
Color Harmonies of #CADDFE
Complementary color
Monochromatic Colors of #CADDFE
Black with #CADDFE
Text Example
Text Example
White with #CADDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDFE; }
p { color: rgb(202,221,254); }
H1.HeaderClassName
{
color: #CADDFE;
}
.AnyTagClassName
{
color: #CADDFE;
}
</style>
background-color css
<style>
a { background-color: #CADDFE; }
a { background-color: rgb(202,221,254); }
div.DivClassName
{
background-color: #CADDFE;
}
.BgClassName
{
background-color: #CADDFE;
}
</style>
border-color css
<style>
span { border-color: #CADDFE; }
span { border-color: rgb(202,221,254); }
td.TdClassName
{
border-color: #CADDFE;
}
.TagClassName
{
border-color: #CADDFE;
}
</style>