Shades of Hawkes Blue #CDDEFC
Tints of Hawkes Blue #CDDEFC
RGB
CMYK
RGB Variations
Color information
#CDDEFC (or 0xCDDEFC) is known color: Hawkes Blue. HEX triplet: CD, DE and FC. RGB value is (205,222,252). Sum of RGB (Red+Green+Blue) = 205+222+252=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDDEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEFC is #322103. Grayscale: #DCDCDC. Windows color (decimal): -3285252 or 16572109. OLE color: 16572109.
HSL color Cylindrical-coordinate representation of color #CDDEFC: hue angle of 218.3º degrees, saturation: 0.89, 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 #CDDEFC is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 222 | 252 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.01 |
| HSL | 218.3º | 0.89% | 0.9% | - |
| HSV(B) | 218.3º | 0.19% | 0.99% | - |
| XYZ | 68.87 | 72.25 | 102.41 | - |
| YUV | 220.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 252 | 0.19 | 0.12 | 0 | 0.01 | 218.3 | 0.89 | 0.9 |
| Hex | CD | DE | FC | 13 | C | 0 | 1 | DA | 59 | 5A |
| Octal | 315 | 336 | 374 | 23 | 14 | 0 | 1 | 332 | 131 | 132 |
| Binary | 11001101 | 11011110 | 11111100 | 10011 | 1100 | 0 | 1 | 11011010 | 1011001 | 1011010 |
Color Harmonies of #CDDEFC
Complementary color
Monochromatic Colors of #CDDEFC
Black with #CDDEFC
Text Example
Text Example
White with #CDDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEFC; }
p { color: rgb(205,222,252); }
H1.HeaderClassName
{
color: #CDDEFC;
}
.AnyTagClassName
{
color: #CDDEFC;
}
</style>
background-color css
<style>
a { background-color: #CDDEFC; }
a { background-color: rgb(205,222,252); }
div.DivClassName
{
background-color: #CDDEFC;
}
.BgClassName
{
background-color: #CDDEFC;
}
</style>
border-color css
<style>
span { border-color: #CDDEFC; }
span { border-color: rgb(205,222,252); }
td.TdClassName
{
border-color: #CDDEFC;
}
.TagClassName
{
border-color: #CDDEFC;
}
</style>