Shades of Hawkes Blue #CDDBF9
Tints of Hawkes Blue #CDDBF9
RGB
CMYK
RGB Variations
Color information
#CDDBF9 (or 0xCDDBF9) is known color: Hawkes Blue. HEX triplet: CD, DB and F9. RGB value is (205,219,249). Sum of RGB (Red+Green+Blue) = 205+219+249=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDDBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBF9 is #322406. Grayscale: #DADADA. Windows color (decimal): -3286023 or 16374733. OLE color: 16374733.
HSL color Cylindrical-coordinate representation of color #CDDBF9: hue angle of 220.91º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDBF9 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 219 | 249 | - |
CMYK | 0.18 | 0.12 | 0 | 0.02 |
HSL | 220.91º | 0.79% | 0.89% | - |
HSV(B) | 220.91º | 0.18% | 0.98% | - |
XYZ | 67.61 | 70.48 | 99.66 | - |
YUV | 218.23 | 145.36 | 118.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 219 | 249 | 0.18 | 0.12 | 0 | 0.02 | 220.91 | 0.79 | 0.89 |
Hex | CD | DB | F9 | 12 | C | 0 | 2 | DD | 4F | 59 |
Octal | 315 | 333 | 371 | 22 | 14 | 0 | 2 | 335 | 117 | 131 |
Binary | 11001101 | 11011011 | 11111001 | 10010 | 1100 | 0 | 10 | 11011101 | 1001111 | 1011001 |
Color Harmonies of #CDDBF9
Complementary color
Monochromatic Colors of #CDDBF9
Black with #CDDBF9
Text Example
Text Example
White with #CDDBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBF9; }
p { color: rgb(205,219,249); }
H1.HeaderClassName
{
color: #CDDBF9;
}
.AnyTagClassName
{
color: #CDDBF9;
}
</style>
background-color css
<style>
a { background-color: #CDDBF9; }
a { background-color: rgb(205,219,249); }
div.DivClassName
{
background-color: #CDDBF9;
}
.BgClassName
{
background-color: #CDDBF9;
}
</style>
border-color css
<style>
span { border-color: #CDDBF9; }
span { border-color: rgb(205,219,249); }
td.TdClassName
{
border-color: #CDDBF9;
}
.TagClassName
{
border-color: #CDDBF9;
}
</style>