Shades of Hawkes Blue #CDD7F2
Tints of Hawkes Blue #CDD7F2
RGB
CMYK
RGB Variations
Color information
#CDD7F2 (or 0xCDD7F2) is known color: Hawkes Blue. HEX triplet: CD, D7 and F2. RGB value is (205,215,242). Sum of RGB (Red+Green+Blue) = 205+215+242=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDD7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7F2 is #32280D. Grayscale: #D6D6D6. Windows color (decimal): -3287054 or 15914957. OLE color: 15914957.
HSL color Cylindrical-coordinate representation of color #CDD7F2: hue angle of 223.78º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDD7F2 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 215 | 242 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.05 |
| HSL | 223.78º | 0.59% | 0.88% | - |
| HSV(B) | 223.78º | 0.15% | 0.95% | - |
| XYZ | 65.5 | 67.99 | 93.68 | - |
| YUV | 215.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 242 | 0.15 | 0.11 | 0 | 0.05 | 223.78 | 0.59 | 0.88 |
| Hex | CD | D7 | F2 | F | B | 0 | 5 | E0 | 3B | 58 |
| Octal | 315 | 327 | 362 | 17 | 13 | 0 | 5 | 340 | 73 | 130 |
| Binary | 11001101 | 11010111 | 11110010 | 1111 | 1011 | 0 | 101 | 11100000 | 111011 | 1011000 |
Color Harmonies of #CDD7F2
Complementary color
Monochromatic Colors of #CDD7F2
Black with #CDD7F2
Text Example
Text Example
White with #CDD7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7F2; }
p { color: rgb(205,215,242); }
H1.HeaderClassName
{
color: #CDD7F2;
}
.AnyTagClassName
{
color: #CDD7F2;
}
</style>
background-color css
<style>
a { background-color: #CDD7F2; }
a { background-color: rgb(205,215,242); }
div.DivClassName
{
background-color: #CDD7F2;
}
.BgClassName
{
background-color: #CDD7F2;
}
</style>
border-color css
<style>
span { border-color: #CDD7F2; }
span { border-color: rgb(205,215,242); }
td.TdClassName
{
border-color: #CDD7F2;
}
.TagClassName
{
border-color: #CDD7F2;
}
</style>