Shades of Hawkes Blue #CDDFF5
Tints of Hawkes Blue #CDDFF5
RGB
CMYK
RGB Variations
Color information
#CDDFF5 (or 0xCDDFF5) is known color: Hawkes Blue. HEX triplet: CD, DF and F5. RGB value is (205,223,245). Sum of RGB (Red+Green+Blue) = 205+223+245=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF5 is #32200A. Grayscale: #DCDCDC. Windows color (decimal): -3285003 or 16113613. OLE color: 16113613.
HSL color Cylindrical-coordinate representation of color #CDDFF5: hue angle of 213º degrees, saturation: 0.67, 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 #CDDFF5 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 223 | 245 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.04 |
| HSL | 213º | 0.67% | 0.88% | - |
| HSV(B) | 213º | 0.16% | 0.96% | - |
| XYZ | 68.05 | 72.35 | 96.76 | - |
| YUV | 220.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 245 | 0.16 | 0.09 | 0 | 0.04 | 213 | 0.67 | 0.88 |
| Hex | CD | DF | F5 | 10 | 9 | 0 | 4 | D5 | 43 | 58 |
| Octal | 315 | 337 | 365 | 20 | 11 | 0 | 4 | 325 | 103 | 130 |
| Binary | 11001101 | 11011111 | 11110101 | 10000 | 1001 | 0 | 100 | 11010101 | 1000011 | 1011000 |
Color Harmonies of #CDDFF5
Complementary color
Monochromatic Colors of #CDDFF5
Black with #CDDFF5
Text Example
Text Example
White with #CDDFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFF5; }
p { color: rgb(205,223,245); }
H1.HeaderClassName
{
color: #CDDFF5;
}
.AnyTagClassName
{
color: #CDDFF5;
}
</style>
background-color css
<style>
a { background-color: #CDDFF5; }
a { background-color: rgb(205,223,245); }
div.DivClassName
{
background-color: #CDDFF5;
}
.BgClassName
{
background-color: #CDDFF5;
}
</style>
border-color css
<style>
span { border-color: #CDDFF5; }
span { border-color: rgb(205,223,245); }
td.TdClassName
{
border-color: #CDDFF5;
}
.TagClassName
{
border-color: #CDDFF5;
}
</style>