Shades of Hawkes Blue #CDD4E8
Tints of Hawkes Blue #CDD4E8
RGB
CMYK
RGB Variations
Color information
#CDD4E8 (or 0xCDD4E8) is known color: Hawkes Blue. HEX triplet: CD, D4 and E8. RGB value is (205,212,232). Sum of RGB (Red+Green+Blue) = 205+212+232=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDD4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4E8 is #322B17. Grayscale: #D4D4D4. Windows color (decimal): -3287832 or 15258829. OLE color: 15258829.
HSL color Cylindrical-coordinate representation of color #CDD4E8: hue angle of 224.44º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD4E8 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 212 | 232 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.09 |
| HSL | 224.44º | 0.37% | 0.86% | - |
| HSV(B) | 224.44º | 0.12% | 0.91% | - |
| XYZ | 63.29 | 65.89 | 85.73 | - |
| YUV | 212.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 232 | 0.12 | 0.09 | 0 | 0.09 | 224.44 | 0.37 | 0.86 |
| Hex | CD | D4 | E8 | C | 9 | 0 | 9 | E0 | 25 | 56 |
| Octal | 315 | 324 | 350 | 14 | 11 | 0 | 11 | 340 | 45 | 126 |
| Binary | 11001101 | 11010100 | 11101000 | 1100 | 1001 | 0 | 1001 | 11100000 | 100101 | 1010110 |
Color Harmonies of #CDD4E8
Complementary color
Monochromatic Colors of #CDD4E8
Black with #CDD4E8
Text Example
Text Example
White with #CDD4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4E8; }
p { color: rgb(205,212,232); }
H1.HeaderClassName
{
color: #CDD4E8;
}
.AnyTagClassName
{
color: #CDD4E8;
}
</style>
background-color css
<style>
a { background-color: #CDD4E8; }
a { background-color: rgb(205,212,232); }
div.DivClassName
{
background-color: #CDD4E8;
}
.BgClassName
{
background-color: #CDD4E8;
}
</style>
border-color css
<style>
span { border-color: #CDD4E8; }
span { border-color: rgb(205,212,232); }
td.TdClassName
{
border-color: #CDD4E8;
}
.TagClassName
{
border-color: #CDD4E8;
}
</style>