Shades of Hawkes Blue #CDD7FA
Tints of Hawkes Blue #CDD7FA
RGB
CMYK
RGB Variations
Color information
#CDD7FA (or 0xCDD7FA) is known color: Hawkes Blue. HEX triplet: CD, D7 and FA. RGB value is (205,215,250). Sum of RGB (Red+Green+Blue) = 205+215+250=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 215 (84.38% from 255 or 32.09% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7FA is #322805. Grayscale: #D7D7D7. Windows color (decimal): -3287046 or 16439245. OLE color: 16439245.
HSL color Cylindrical-coordinate representation of color #CDD7FA: hue angle of 226.67º degrees, saturation: 0.82, 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 #CDD7FA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 215 | 250 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.02 |
| HSL | 226.67º | 0.82% | 0.89% | - |
| HSV(B) | 226.67º | 0.18% | 0.98% | - |
| XYZ | 66.73 | 68.48 | 100.14 | - |
| YUV | 216 | 147.19 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 250 | 0.18 | 0.14 | 0 | 0.02 | 226.67 | 0.82 | 0.89 |
| Hex | CD | D7 | FA | 12 | E | 0 | 2 | E3 | 52 | 59 |
| Octal | 315 | 327 | 372 | 22 | 16 | 0 | 2 | 343 | 122 | 131 |
| Binary | 11001101 | 11010111 | 11111010 | 10010 | 1110 | 0 | 10 | 11100011 | 1010010 | 1011001 |
Color Harmonies of #CDD7FA
Complementary color
Monochromatic Colors of #CDD7FA
Black with #CDD7FA
Text Example
Text Example
White with #CDD7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7FA; }
p { color: rgb(205,215,250); }
H1.HeaderClassName
{
color: #CDD7FA;
}
.AnyTagClassName
{
color: #CDD7FA;
}
</style>
background-color css
<style>
a { background-color: #CDD7FA; }
a { background-color: rgb(205,215,250); }
div.DivClassName
{
background-color: #CDD7FA;
}
.BgClassName
{
background-color: #CDD7FA;
}
</style>
border-color css
<style>
span { border-color: #CDD7FA; }
span { border-color: rgb(205,215,250); }
td.TdClassName
{
border-color: #CDD7FA;
}
.TagClassName
{
border-color: #CDD7FA;
}
</style>