Shades of Hawkes Blue #CDDBFC
Tints of Hawkes Blue #CDDBFC
RGB
CMYK
RGB Variations
Color information
#CDDBFC (or 0xCDDBFC) is known color: Hawkes Blue. HEX triplet: CD, DB and FC. RGB value is (205,219,252). Sum of RGB (Red+Green+Blue) = 205+219+252=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDDBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBFC is #322403. Grayscale: #DADADA. Windows color (decimal): -3286020 or 16571341. OLE color: 16571341.
HSL color Cylindrical-coordinate representation of color #CDDBFC: hue angle of 222.13º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDBFC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 219 | 252 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.01 |
| HSL | 222.13º | 0.89% | 0.9% | - |
| HSV(B) | 222.13º | 0.19% | 0.99% | - |
| XYZ | 68.08 | 70.67 | 102.15 | - |
| YUV | 218.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 252 | 0.19 | 0.13 | 0 | 0.01 | 222.13 | 0.89 | 0.9 |
| Hex | CD | DB | FC | 13 | D | 0 | 1 | DE | 59 | 5A |
| Octal | 315 | 333 | 374 | 23 | 15 | 0 | 1 | 336 | 131 | 132 |
| Binary | 11001101 | 11011011 | 11111100 | 10011 | 1101 | 0 | 1 | 11011110 | 1011001 | 1011010 |
Color Harmonies of #CDDBFC
Complementary color
Monochromatic Colors of #CDDBFC
Black with #CDDBFC
Text Example
Text Example
White with #CDDBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBFC; }
p { color: rgb(205,219,252); }
H1.HeaderClassName
{
color: #CDDBFC;
}
.AnyTagClassName
{
color: #CDDBFC;
}
</style>
background-color css
<style>
a { background-color: #CDDBFC; }
a { background-color: rgb(205,219,252); }
div.DivClassName
{
background-color: #CDDBFC;
}
.BgClassName
{
background-color: #CDDBFC;
}
</style>
border-color css
<style>
span { border-color: #CDDBFC; }
span { border-color: rgb(205,219,252); }
td.TdClassName
{
border-color: #CDDBFC;
}
.TagClassName
{
border-color: #CDDBFC;
}
</style>