Shades of Hawkes Blue #CDDAF1
Tints of Hawkes Blue #CDDAF1
RGB
CMYK
RGB Variations
Color information
#CDDAF1 (or 0xCDDAF1) is known color: Hawkes Blue. HEX triplet: CD, DA and F1. RGB value is (205,218,241). Sum of RGB (Red+Green+Blue) = 205+218+241=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDDAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAF1 is #32250E. Grayscale: #D8D8D8. Windows color (decimal): -3286287 or 15850189. OLE color: 15850189.
HSL color Cylindrical-coordinate representation of color #CDDAF1: hue angle of 218.33º 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 #CDDAF1 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 218 | 241 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.05 |
| HSL | 218.33º | 0.56% | 0.87% | - |
| HSV(B) | 218.33º | 0.15% | 0.95% | - |
| XYZ | 66.13 | 69.47 | 93.14 | - |
| YUV | 216.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 241 | 0.15 | 0.10 | 0 | 0.05 | 218.33 | 0.56 | 0.87 |
| Hex | CD | DA | F1 | F | A | 0 | 5 | DA | 38 | 57 |
| Octal | 315 | 332 | 361 | 17 | 12 | 0 | 5 | 332 | 70 | 127 |
| Binary | 11001101 | 11011010 | 11110001 | 1111 | 1010 | 0 | 101 | 11011010 | 111000 | 1010111 |
Color Harmonies of #CDDAF1
Complementary color
Monochromatic Colors of #CDDAF1
Black with #CDDAF1
Text Example
Text Example
White with #CDDAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAF1; }
p { color: rgb(205,218,241); }
H1.HeaderClassName
{
color: #CDDAF1;
}
.AnyTagClassName
{
color: #CDDAF1;
}
</style>
background-color css
<style>
a { background-color: #CDDAF1; }
a { background-color: rgb(205,218,241); }
div.DivClassName
{
background-color: #CDDAF1;
}
.BgClassName
{
background-color: #CDDAF1;
}
</style>
border-color css
<style>
span { border-color: #CDDAF1; }
span { border-color: rgb(205,218,241); }
td.TdClassName
{
border-color: #CDDAF1;
}
.TagClassName
{
border-color: #CDDAF1;
}
</style>