Shades of Hawkes Blue #CDDAF4
Tints of Hawkes Blue #CDDAF4
RGB
CMYK
RGB Variations
Color information
#CDDAF4 (or 0xCDDAF4) is known color: Hawkes Blue. HEX triplet: CD, DA and F4. RGB value is (205,218,244). Sum of RGB (Red+Green+Blue) = 205+218+244=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 218 (85.55% from 255 or 32.68% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDDAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAF4 is #32250B. Grayscale: #D8D8D8. Windows color (decimal): -3286284 or 16046797. OLE color: 16046797.
HSL color Cylindrical-coordinate representation of color #CDDAF4: hue angle of 220º 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 #CDDAF4 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 218 | 244 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.04 |
| HSL | 220º | 0.64% | 0.88% | - |
| HSV(B) | 220º | 0.16% | 0.96% | - |
| XYZ | 66.58 | 69.65 | 95.52 | - |
| YUV | 217.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 244 | 0.16 | 0.11 | 0 | 0.04 | 220 | 0.64 | 0.88 |
| Hex | CD | DA | F4 | 10 | B | 0 | 4 | DC | 40 | 58 |
| Octal | 315 | 332 | 364 | 20 | 13 | 0 | 4 | 334 | 100 | 130 |
| Binary | 11001101 | 11011010 | 11110100 | 10000 | 1011 | 0 | 100 | 11011100 | 1000000 | 1011000 |
Color Harmonies of #CDDAF4
Complementary color
Monochromatic Colors of #CDDAF4
Black with #CDDAF4
Text Example
Text Example
White with #CDDAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAF4; }
p { color: rgb(205,218,244); }
H1.HeaderClassName
{
color: #CDDAF4;
}
.AnyTagClassName
{
color: #CDDAF4;
}
</style>
background-color css
<style>
a { background-color: #CDDAF4; }
a { background-color: rgb(205,218,244); }
div.DivClassName
{
background-color: #CDDAF4;
}
.BgClassName
{
background-color: #CDDAF4;
}
</style>
border-color css
<style>
span { border-color: #CDDAF4; }
span { border-color: rgb(205,218,244); }
td.TdClassName
{
border-color: #CDDAF4;
}
.TagClassName
{
border-color: #CDDAF4;
}
</style>