Shades of Hawkes Blue #CDDCF1
Tints of Hawkes Blue #CDDCF1
RGB
CMYK
RGB Variations
Color information
#CDDCF1 (or 0xCDDCF1) is known color: Hawkes Blue. HEX triplet: CD, DC and F1. RGB value is (205,220,241). Sum of RGB (Red+Green+Blue) = 205+220+241=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDDCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCF1 is #32230E. Grayscale: #D9D9D9. Windows color (decimal): -3285775 or 15850701. OLE color: 15850701.
HSL color Cylindrical-coordinate representation of color #CDDCF1: hue angle of 215º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDDCF1 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 220 | 241 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.05 |
| HSL | 215º | 0.56% | 0.87% | - |
| HSV(B) | 215º | 0.15% | 0.95% | - |
| XYZ | 66.65 | 70.52 | 93.32 | - |
| YUV | 217.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 241 | 0.15 | 0.09 | 0 | 0.05 | 215 | 0.56 | 0.87 |
| Hex | CD | DC | F1 | F | 9 | 0 | 5 | D7 | 38 | 57 |
| Octal | 315 | 334 | 361 | 17 | 11 | 0 | 5 | 327 | 70 | 127 |
| Binary | 11001101 | 11011100 | 11110001 | 1111 | 1001 | 0 | 101 | 11010111 | 111000 | 1010111 |
Color Harmonies of #CDDCF1
Complementary color
Monochromatic Colors of #CDDCF1
Black with #CDDCF1
Text Example
Text Example
White with #CDDCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCF1; }
p { color: rgb(205,220,241); }
H1.HeaderClassName
{
color: #CDDCF1;
}
.AnyTagClassName
{
color: #CDDCF1;
}
</style>
background-color css
<style>
a { background-color: #CDDCF1; }
a { background-color: rgb(205,220,241); }
div.DivClassName
{
background-color: #CDDCF1;
}
.BgClassName
{
background-color: #CDDCF1;
}
</style>
border-color css
<style>
span { border-color: #CDDCF1; }
span { border-color: rgb(205,220,241); }
td.TdClassName
{
border-color: #CDDCF1;
}
.TagClassName
{
border-color: #CDDCF1;
}
</style>