Shades of Hawkes Blue #CDDFFB
Tints of Hawkes Blue #CDDFFB
RGB
CMYK
RGB Variations
Color information
#CDDFFB (or 0xCDDFFB) is known color: Hawkes Blue. HEX triplet: CD, DF and FB. RGB value is (205,223,251). Sum of RGB (Red+Green+Blue) = 205+223+251=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 223 (87.5% from 255 or 32.84% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFFB is #322004. Grayscale: #DCDCDC. Windows color (decimal): -3284997 or 16506829. OLE color: 16506829.
HSL color Cylindrical-coordinate representation of color #CDDFFB: hue angle of 216.52º degrees, saturation: 0.85, 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 #CDDFFB is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 223 | 251 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.02 |
| HSL | 216.52º | 0.85% | 0.89% | - |
| HSV(B) | 216.52º | 0.18% | 0.98% | - |
| XYZ | 68.98 | 72.72 | 101.67 | - |
| YUV | 220.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 251 | 0.18 | 0.11 | 0 | 0.02 | 216.52 | 0.85 | 0.89 |
| Hex | CD | DF | FB | 12 | B | 0 | 2 | D9 | 55 | 59 |
| Octal | 315 | 337 | 373 | 22 | 13 | 0 | 2 | 331 | 125 | 131 |
| Binary | 11001101 | 11011111 | 11111011 | 10010 | 1011 | 0 | 10 | 11011001 | 1010101 | 1011001 |
Color Harmonies of #CDDFFB
Complementary color
Monochromatic Colors of #CDDFFB
Black with #CDDFFB
Text Example
Text Example
White with #CDDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFFB; }
p { color: rgb(205,223,251); }
H1.HeaderClassName
{
color: #CDDFFB;
}
.AnyTagClassName
{
color: #CDDFFB;
}
</style>
background-color css
<style>
a { background-color: #CDDFFB; }
a { background-color: rgb(205,223,251); }
div.DivClassName
{
background-color: #CDDFFB;
}
.BgClassName
{
background-color: #CDDFFB;
}
</style>
border-color css
<style>
span { border-color: #CDDFFB; }
span { border-color: rgb(205,223,251); }
td.TdClassName
{
border-color: #CDDFFB;
}
.TagClassName
{
border-color: #CDDFFB;
}
</style>