Shades of Hawkes Blue #CDDBFE
Tints of Hawkes Blue #CDDBFE
RGB
CMYK
RGB Variations
Color information
#CDDBFE (or 0xCDDBFE) is known color: Hawkes Blue. HEX triplet: CD, DB and FE. RGB value is (205,219,254). Sum of RGB (Red+Green+Blue) = 205+219+254=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 219 (85.94% from 255 or 32.30% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBFE is #322401. Grayscale: #DADADA. Windows color (decimal): -3286018 or 16702413. OLE color: 16702413.
HSL color Cylindrical-coordinate representation of color #CDDBFE: hue angle of 222.86º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDBFE is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 219 | 254 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.00 |
| HSL | 222.86º | 0.96% | 0.9% | - |
| HSV(B) | 222.86º | 0.19% | 1% | - |
| XYZ | 68.4 | 70.8 | 103.83 | - |
| YUV | 218.8 | 147.86 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 254 | 0.19 | 0.14 | 0 | 0.00 | 222.86 | 0.96 | 0.9 |
| Hex | CD | DB | FE | 13 | E | 0 | 0 | DF | 60 | 5A |
| Octal | 315 | 333 | 376 | 23 | 16 | 0 | 0 | 337 | 140 | 132 |
| Binary | 11001101 | 11011011 | 11111110 | 10011 | 1110 | 0 | 0 | 11011111 | 1100000 | 1011010 |
Color Harmonies of #CDDBFE
Complementary color
Monochromatic Colors of #CDDBFE
Black with #CDDBFE
Text Example
Text Example
White with #CDDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBFE; }
p { color: rgb(205,219,254); }
H1.HeaderClassName
{
color: #CDDBFE;
}
.AnyTagClassName
{
color: #CDDBFE;
}
</style>
background-color css
<style>
a { background-color: #CDDBFE; }
a { background-color: rgb(205,219,254); }
div.DivClassName
{
background-color: #CDDBFE;
}
.BgClassName
{
background-color: #CDDBFE;
}
</style>
border-color css
<style>
span { border-color: #CDDBFE; }
span { border-color: rgb(205,219,254); }
td.TdClassName
{
border-color: #CDDBFE;
}
.TagClassName
{
border-color: #CDDBFE;
}
</style>