Shades of Hawkes Blue #CDDFFD
Tints of Hawkes Blue #CDDFFD
RGB
CMYK
RGB Variations
Color information
#CDDFFD (or 0xCDDFFD) is known color: Hawkes Blue. HEX triplet: CD, DF and FD. RGB value is (205,223,253). Sum of RGB (Red+Green+Blue) = 205+223+253=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFFD is #322002. Grayscale: #DCDCDC. Windows color (decimal): -3284995 or 16637901. OLE color: 16637901.
HSL color Cylindrical-coordinate representation of color #CDDFFD: hue angle of 217.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDFFD is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 223 | 253 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.01 |
| HSL | 217.5º | 0.92% | 0.9% | - |
| HSV(B) | 217.5º | 0.19% | 0.99% | - |
| XYZ | 69.29 | 72.85 | 103.34 | - |
| YUV | 221.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 253 | 0.19 | 0.12 | 0 | 0.01 | 217.5 | 0.92 | 0.9 |
| Hex | CD | DF | FD | 13 | C | 0 | 1 | DA | 5C | 5A |
| Octal | 315 | 337 | 375 | 23 | 14 | 0 | 1 | 332 | 134 | 132 |
| Binary | 11001101 | 11011111 | 11111101 | 10011 | 1100 | 0 | 1 | 11011010 | 1011100 | 1011010 |
Color Harmonies of #CDDFFD
Complementary color
Monochromatic Colors of #CDDFFD
Black with #CDDFFD
Text Example
Text Example
White with #CDDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFFD; }
p { color: rgb(205,223,253); }
H1.HeaderClassName
{
color: #CDDFFD;
}
.AnyTagClassName
{
color: #CDDFFD;
}
</style>
background-color css
<style>
a { background-color: #CDDFFD; }
a { background-color: rgb(205,223,253); }
div.DivClassName
{
background-color: #CDDFFD;
}
.BgClassName
{
background-color: #CDDFFD;
}
</style>
border-color css
<style>
span { border-color: #CDDFFD; }
span { border-color: rgb(205,223,253); }
td.TdClassName
{
border-color: #CDDFFD;
}
.TagClassName
{
border-color: #CDDFFD;
}
</style>