Shades of Hawkes Blue #CDDEFD
Tints of Hawkes Blue #CDDEFD
RGB
CMYK
RGB Variations
Color information
#CDDEFD (or 0xCDDEFD) is known color: Hawkes Blue. HEX triplet: CD, DE and FD. RGB value is (205,222,253). Sum of RGB (Red+Green+Blue) = 205+222+253=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDDEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEFD is #322102. Grayscale: #DCDCDC. Windows color (decimal): -3285251 or 16637645. OLE color: 16637645.
HSL color Cylindrical-coordinate representation of color #CDDEFD: hue angle of 218.75º 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 #CDDEFD is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 222 | 253 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.01 |
| HSL | 218.75º | 0.92% | 0.9% | - |
| HSV(B) | 218.75º | 0.19% | 0.99% | - |
| XYZ | 69.03 | 72.31 | 103.25 | - |
| YUV | 220.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 253 | 0.19 | 0.12 | 0 | 0.01 | 218.75 | 0.92 | 0.9 |
| Hex | CD | DE | FD | 13 | C | 0 | 1 | DB | 5C | 5A |
| Octal | 315 | 336 | 375 | 23 | 14 | 0 | 1 | 333 | 134 | 132 |
| Binary | 11001101 | 11011110 | 11111101 | 10011 | 1100 | 0 | 1 | 11011011 | 1011100 | 1011010 |
Color Harmonies of #CDDEFD
Complementary color
Monochromatic Colors of #CDDEFD
Black with #CDDEFD
Text Example
Text Example
White with #CDDEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEFD; }
p { color: rgb(205,222,253); }
H1.HeaderClassName
{
color: #CDDEFD;
}
.AnyTagClassName
{
color: #CDDEFD;
}
</style>
background-color css
<style>
a { background-color: #CDDEFD; }
a { background-color: rgb(205,222,253); }
div.DivClassName
{
background-color: #CDDEFD;
}
.BgClassName
{
background-color: #CDDEFD;
}
</style>
border-color css
<style>
span { border-color: #CDDEFD; }
span { border-color: rgb(205,222,253); }
td.TdClassName
{
border-color: #CDDEFD;
}
.TagClassName
{
border-color: #CDDEFD;
}
</style>