Shades of Hawkes Blue #CDDEF4
Tints of Hawkes Blue #CDDEF4
RGB
CMYK
RGB Variations
Color information
#CDDEF4 (or 0xCDDEF4) is known color: Hawkes Blue. HEX triplet: CD, DE and F4. RGB value is (205,222,244). Sum of RGB (Red+Green+Blue) = 205+222+244=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 222 (87.11% from 255 or 33.08% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDDEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEF4 is #32210B. Grayscale: #DBDBDB. Windows color (decimal): -3285260 or 16047821. OLE color: 16047821.
HSL color Cylindrical-coordinate representation of color #CDDEF4: hue angle of 213.85º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDEF4 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 222 | 244 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.04 |
| HSL | 213.85º | 0.64% | 0.88% | - |
| HSV(B) | 213.85º | 0.16% | 0.96% | - |
| XYZ | 67.63 | 71.75 | 95.87 | - |
| YUV | 219.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 244 | 0.16 | 0.09 | 0 | 0.04 | 213.85 | 0.64 | 0.88 |
| Hex | CD | DE | F4 | 10 | 9 | 0 | 4 | D6 | 40 | 58 |
| Octal | 315 | 336 | 364 | 20 | 11 | 0 | 4 | 326 | 100 | 130 |
| Binary | 11001101 | 11011110 | 11110100 | 10000 | 1001 | 0 | 100 | 11010110 | 1000000 | 1011000 |
Color Harmonies of #CDDEF4
Complementary color
Monochromatic Colors of #CDDEF4
Black with #CDDEF4
Text Example
Text Example
White with #CDDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEF4; }
p { color: rgb(205,222,244); }
H1.HeaderClassName
{
color: #CDDEF4;
}
.AnyTagClassName
{
color: #CDDEF4;
}
</style>
background-color css
<style>
a { background-color: #CDDEF4; }
a { background-color: rgb(205,222,244); }
div.DivClassName
{
background-color: #CDDEF4;
}
.BgClassName
{
background-color: #CDDEF4;
}
</style>
border-color css
<style>
span { border-color: #CDDEF4; }
span { border-color: rgb(205,222,244); }
td.TdClassName
{
border-color: #CDDEF4;
}
.TagClassName
{
border-color: #CDDEF4;
}
</style>