Shades of Hawkes Blue #CDDCF4
Tints of Hawkes Blue #CDDCF4
RGB
CMYK
RGB Variations
Color information
#CDDCF4 (or 0xCDDCF4) is known color: Hawkes Blue. HEX triplet: CD, DC and F4. RGB value is (205,220,244). Sum of RGB (Red+Green+Blue) = 205+220+244=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDDCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCF4 is #32230B. Grayscale: #DADADA. Windows color (decimal): -3285772 or 16047309. OLE color: 16047309.
HSL color Cylindrical-coordinate representation of color #CDDCF4: hue angle of 216.92º degrees, saturation: 0.64, 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 #CDDCF4 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 220 | 244 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.04 |
| HSL | 216.92º | 0.64% | 0.88% | - |
| HSV(B) | 216.92º | 0.16% | 0.96% | - |
| XYZ | 67.1 | 70.7 | 95.7 | - |
| YUV | 218.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 244 | 0.16 | 0.10 | 0 | 0.04 | 216.92 | 0.64 | 0.88 |
| Hex | CD | DC | F4 | 10 | A | 0 | 4 | D9 | 40 | 58 |
| Octal | 315 | 334 | 364 | 20 | 12 | 0 | 4 | 331 | 100 | 130 |
| Binary | 11001101 | 11011100 | 11110100 | 10000 | 1010 | 0 | 100 | 11011001 | 1000000 | 1011000 |
Color Harmonies of #CDDCF4
Complementary color
Monochromatic Colors of #CDDCF4
Black with #CDDCF4
Text Example
Text Example
White with #CDDCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCF4; }
p { color: rgb(205,220,244); }
H1.HeaderClassName
{
color: #CDDCF4;
}
.AnyTagClassName
{
color: #CDDCF4;
}
</style>
background-color css
<style>
a { background-color: #CDDCF4; }
a { background-color: rgb(205,220,244); }
div.DivClassName
{
background-color: #CDDCF4;
}
.BgClassName
{
background-color: #CDDCF4;
}
</style>
border-color css
<style>
span { border-color: #CDDCF4; }
span { border-color: rgb(205,220,244); }
td.TdClassName
{
border-color: #CDDCF4;
}
.TagClassName
{
border-color: #CDDCF4;
}
</style>