Shades of Hawkes Blue #CDDDFC
Tints of Hawkes Blue #CDDDFC
RGB
CMYK
RGB Variations
Color information
#CDDDFC (or 0xCDDDFC) is known color: Hawkes Blue. HEX triplet: CD, DD and FC. RGB value is (205,221,252). Sum of RGB (Red+Green+Blue) = 205+221+252=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDFC is #322203. Grayscale: #DBDBDB. Windows color (decimal): -3285508 or 16571853. OLE color: 16571853.
HSL color Cylindrical-coordinate representation of color #CDDDFC: hue angle of 219.57º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDDFC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 221 | 252 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.01 |
| HSL | 219.57º | 0.89% | 0.9% | - |
| HSV(B) | 219.57º | 0.19% | 0.99% | - |
| XYZ | 68.6 | 71.72 | 102.32 | - |
| YUV | 219.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 252 | 0.19 | 0.12 | 0 | 0.01 | 219.57 | 0.89 | 0.9 |
| Hex | CD | DD | FC | 13 | C | 0 | 1 | DC | 59 | 5A |
| Octal | 315 | 335 | 374 | 23 | 14 | 0 | 1 | 334 | 131 | 132 |
| Binary | 11001101 | 11011101 | 11111100 | 10011 | 1100 | 0 | 1 | 11011100 | 1011001 | 1011010 |
Color Harmonies of #CDDDFC
Complementary color
Monochromatic Colors of #CDDDFC
Black with #CDDDFC
Text Example
Text Example
White with #CDDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDFC; }
p { color: rgb(205,221,252); }
H1.HeaderClassName
{
color: #CDDDFC;
}
.AnyTagClassName
{
color: #CDDDFC;
}
</style>
background-color css
<style>
a { background-color: #CDDDFC; }
a { background-color: rgb(205,221,252); }
div.DivClassName
{
background-color: #CDDDFC;
}
.BgClassName
{
background-color: #CDDDFC;
}
</style>
border-color css
<style>
span { border-color: #CDDDFC; }
span { border-color: rgb(205,221,252); }
td.TdClassName
{
border-color: #CDDDFC;
}
.TagClassName
{
border-color: #CDDDFC;
}
</style>