Shades of Hawkes Blue #CDDAFF
Tints of Hawkes Blue #CDDAFF
RGB
CMYK
RGB Variations
Color information
#CDDAFF (or 0xCDDAFF) is known color: Hawkes Blue. HEX triplet: CD, DA and FF. RGB value is (205,218,255). Sum of RGB (Red+Green+Blue) = 205+218+255=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 218 (85.55% from 255 or 32.15% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAFF is #322500. Grayscale: #DADADA. Windows color (decimal): -3286273 or 16767693. OLE color: 16767693.
HSL color Cylindrical-coordinate representation of color #CDDAFF: hue angle of 224.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDDAFF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 218 | 255 | - |
| CMYK | 0.20 | 0.15 | 0 | 0 |
| HSL | 224.4º | 1% | 0.9% | - |
| HSV(B) | 224.4º | 0.2% | 1% | - |
| XYZ | 68.3 | 70.34 | 104.59 | - |
| YUV | 218.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 255 | 0.20 | 0.15 | 0 | 0 | 224.4 | 1 | 0.9 |
| Hex | CD | DA | FF | 14 | F | 0 | 0 | E0 | 64 | 5A |
| Octal | 315 | 332 | 377 | 24 | 17 | 0 | 0 | 340 | 144 | 132 |
| Binary | 11001101 | 11011010 | 11111111 | 10100 | 1111 | 0 | 0 | 11100000 | 1100100 | 1011010 |
Color Harmonies of #CDDAFF
Complementary color
Monochromatic Colors of #CDDAFF
Black with #CDDAFF
Text Example
Text Example
White with #CDDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAFF; }
p { color: rgb(205,218,255); }
H1.HeaderClassName
{
color: #CDDAFF;
}
.AnyTagClassName
{
color: #CDDAFF;
}
</style>
background-color css
<style>
a { background-color: #CDDAFF; }
a { background-color: rgb(205,218,255); }
div.DivClassName
{
background-color: #CDDAFF;
}
.BgClassName
{
background-color: #CDDAFF;
}
</style>
border-color css
<style>
span { border-color: #CDDAFF; }
span { border-color: rgb(205,218,255); }
td.TdClassName
{
border-color: #CDDAFF;
}
.TagClassName
{
border-color: #CDDAFF;
}
</style>