Shades of Hawkes Blue #CDDEF5
Tints of Hawkes Blue #CDDEF5
RGB
CMYK
RGB Variations
Color information
#CDDEF5 (or 0xCDDEF5) is known color: Hawkes Blue. HEX triplet: CD, DE and F5. RGB value is (205,222,245). Sum of RGB (Red+Green+Blue) = 205+222+245=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDDEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEF5 is #32210A. Grayscale: #DBDBDB. Windows color (decimal): -3285259 or 16113357. OLE color: 16113357.
HSL color Cylindrical-coordinate representation of color #CDDEF5: hue angle of 214.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDEF5 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 222 | 245 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.04 |
| HSL | 214.5º | 0.67% | 0.88% | - |
| HSV(B) | 214.5º | 0.16% | 0.96% | - |
| XYZ | 67.78 | 71.81 | 96.68 | - |
| YUV | 219.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 245 | 0.16 | 0.09 | 0 | 0.04 | 214.5 | 0.67 | 0.88 |
| Hex | CD | DE | F5 | 10 | 9 | 0 | 4 | D6 | 43 | 58 |
| Octal | 315 | 336 | 365 | 20 | 11 | 0 | 4 | 326 | 103 | 130 |
| Binary | 11001101 | 11011110 | 11110101 | 10000 | 1001 | 0 | 100 | 11010110 | 1000011 | 1011000 |
Color Harmonies of #CDDEF5
Complementary color
Monochromatic Colors of #CDDEF5
Black with #CDDEF5
Text Example
Text Example
White with #CDDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEF5; }
p { color: rgb(205,222,245); }
H1.HeaderClassName
{
color: #CDDEF5;
}
.AnyTagClassName
{
color: #CDDEF5;
}
</style>
background-color css
<style>
a { background-color: #CDDEF5; }
a { background-color: rgb(205,222,245); }
div.DivClassName
{
background-color: #CDDEF5;
}
.BgClassName
{
background-color: #CDDEF5;
}
</style>
border-color css
<style>
span { border-color: #CDDEF5; }
span { border-color: rgb(205,222,245); }
td.TdClassName
{
border-color: #CDDEF5;
}
.TagClassName
{
border-color: #CDDEF5;
}
</style>