Shades of Hawkes Blue #CDDCFE
Tints of Hawkes Blue #CDDCFE
RGB
CMYK
RGB Variations
Color information
#CDDCFE (or 0xCDDCFE) is known color: Hawkes Blue. HEX triplet: CD, DC and FE. RGB value is (205,220,254). Sum of RGB (Red+Green+Blue) = 205+220+254=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCFE is #322301. Grayscale: #DBDBDB. Windows color (decimal): -3285762 or 16702669. OLE color: 16702669.
HSL color Cylindrical-coordinate representation of color #CDDCFE: hue angle of 221.63º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDCFE is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 220 | 254 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.00 |
| HSL | 221.63º | 0.96% | 0.9% | - |
| HSV(B) | 221.63º | 0.19% | 1% | - |
| XYZ | 68.66 | 71.32 | 103.91 | - |
| YUV | 219.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 254 | 0.19 | 0.13 | 0 | 0.00 | 221.63 | 0.96 | 0.9 |
| Hex | CD | DC | FE | 13 | D | 0 | 0 | DE | 60 | 5A |
| Octal | 315 | 334 | 376 | 23 | 15 | 0 | 0 | 336 | 140 | 132 |
| Binary | 11001101 | 11011100 | 11111110 | 10011 | 1101 | 0 | 0 | 11011110 | 1100000 | 1011010 |
Color Harmonies of #CDDCFE
Complementary color
Monochromatic Colors of #CDDCFE
Black with #CDDCFE
Text Example
Text Example
White with #CDDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCFE; }
p { color: rgb(205,220,254); }
H1.HeaderClassName
{
color: #CDDCFE;
}
.AnyTagClassName
{
color: #CDDCFE;
}
</style>
background-color css
<style>
a { background-color: #CDDCFE; }
a { background-color: rgb(205,220,254); }
div.DivClassName
{
background-color: #CDDCFE;
}
.BgClassName
{
background-color: #CDDCFE;
}
</style>
border-color css
<style>
span { border-color: #CDDCFE; }
span { border-color: rgb(205,220,254); }
td.TdClassName
{
border-color: #CDDCFE;
}
.TagClassName
{
border-color: #CDDCFE;
}
</style>