Shades of Hawkes Blue #CDDCEF
Tints of Hawkes Blue #CDDCEF
RGB
CMYK
RGB Variations
Color information
#CDDCEF (or 0xCDDCEF) is known color: Hawkes Blue. HEX triplet: CD, DC and EF. RGB value is (205,220,239). Sum of RGB (Red+Green+Blue) = 205+220+239=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDDCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCEF is #322310. Grayscale: #D9D9D9. Windows color (decimal): -3285777 or 15719629. OLE color: 15719629.
HSL color Cylindrical-coordinate representation of color #CDDCEF: hue angle of 213.53º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDCEF is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 220 | 239 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.06 |
| HSL | 213.53º | 0.52% | 0.87% | - |
| HSV(B) | 213.53º | 0.14% | 0.94% | - |
| XYZ | 66.35 | 70.4 | 91.75 | - |
| YUV | 217.68 | 140.03 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 239 | 0.14 | 0.08 | 0 | 0.06 | 213.53 | 0.52 | 0.87 |
| Hex | CD | DC | EF | E | 8 | 0 | 6 | D6 | 34 | 57 |
| Octal | 315 | 334 | 357 | 16 | 10 | 0 | 6 | 326 | 64 | 127 |
| Binary | 11001101 | 11011100 | 11101111 | 1110 | 1000 | 0 | 110 | 11010110 | 110100 | 1010111 |
Color Harmonies of #CDDCEF
Complementary color
Monochromatic Colors of #CDDCEF
Black with #CDDCEF
Text Example
Text Example
White with #CDDCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCEF; }
p { color: rgb(205,220,239); }
H1.HeaderClassName
{
color: #CDDCEF;
}
.AnyTagClassName
{
color: #CDDCEF;
}
</style>
background-color css
<style>
a { background-color: #CDDCEF; }
a { background-color: rgb(205,220,239); }
div.DivClassName
{
background-color: #CDDCEF;
}
.BgClassName
{
background-color: #CDDCEF;
}
</style>
border-color css
<style>
span { border-color: #CDDCEF; }
span { border-color: rgb(205,220,239); }
td.TdClassName
{
border-color: #CDDCEF;
}
.TagClassName
{
border-color: #CDDCEF;
}
</style>