Shades of Hawkes Blue #CDDDFB
Tints of Hawkes Blue #CDDDFB
RGB
CMYK
RGB Variations
Color information
#CDDDFB (or 0xCDDDFB) is known color: Hawkes Blue. HEX triplet: CD, DD and FB. RGB value is (205,221,251). Sum of RGB (Red+Green+Blue) = 205+221+251=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDDDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDFB is #322204. Grayscale: #DBDBDB. Windows color (decimal): -3285509 or 16506317. OLE color: 16506317.
HSL color Cylindrical-coordinate representation of color #CDDDFB: hue angle of 219.13º 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 #CDDDFB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 221 | 251 | - |
CMYK | 0.18 | 0.12 | 0 | 0.02 |
HSL | 219.13º | 0.85% | 0.89% | - |
HSV(B) | 219.13º | 0.18% | 0.98% | - |
XYZ | 68.45 | 71.66 | 101.49 | - |
YUV | 219.64 | 145.7 | 117.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 221 | 251 | 0.18 | 0.12 | 0 | 0.02 | 219.13 | 0.85 | 0.89 |
Hex | CD | DD | FB | 12 | C | 0 | 2 | DB | 55 | 59 |
Octal | 315 | 335 | 373 | 22 | 14 | 0 | 2 | 333 | 125 | 131 |
Binary | 11001101 | 11011101 | 11111011 | 10010 | 1100 | 0 | 10 | 11011011 | 1010101 | 1011001 |
Color Harmonies of #CDDDFB
Complementary color
Monochromatic Colors of #CDDDFB
Black with #CDDDFB
Text Example
Text Example
White with #CDDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDFB; }
p { color: rgb(205,221,251); }
H1.HeaderClassName
{
color: #CDDDFB;
}
.AnyTagClassName
{
color: #CDDDFB;
}
</style>
background-color css
<style>
a { background-color: #CDDDFB; }
a { background-color: rgb(205,221,251); }
div.DivClassName
{
background-color: #CDDDFB;
}
.BgClassName
{
background-color: #CDDDFB;
}
</style>
border-color css
<style>
span { border-color: #CDDDFB; }
span { border-color: rgb(205,221,251); }
td.TdClassName
{
border-color: #CDDDFB;
}
.TagClassName
{
border-color: #CDDDFB;
}
</style>