Shades of Hawkes Blue #CDD6F2
Tints of Hawkes Blue #CDD6F2
RGB
CMYK
RGB Variations
Color information
#CDD6F2 (or 0xCDD6F2) is known color: Hawkes Blue. HEX triplet: CD, D6 and F2. RGB value is (205,214,242). Sum of RGB (Red+Green+Blue) = 205+214+242=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDD6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6F2 is #32290D. Grayscale: #D6D6D6. Windows color (decimal): -3287310 or 15914701. OLE color: 15914701.
HSL color Cylindrical-coordinate representation of color #CDD6F2: hue angle of 225.41º 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 #CDD6F2 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 214 | 242 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.05 |
| HSL | 225.41º | 0.59% | 0.88% | - |
| HSV(B) | 225.41º | 0.15% | 0.95% | - |
| XYZ | 65.25 | 67.48 | 93.59 | - |
| YUV | 214.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 242 | 0.15 | 0.12 | 0 | 0.05 | 225.41 | 0.59 | 0.88 |
| Hex | CD | D6 | F2 | F | C | 0 | 5 | E1 | 3B | 58 |
| Octal | 315 | 326 | 362 | 17 | 14 | 0 | 5 | 341 | 73 | 130 |
| Binary | 11001101 | 11010110 | 11110010 | 1111 | 1100 | 0 | 101 | 11100001 | 111011 | 1011000 |
Color Harmonies of #CDD6F2
Complementary color
Monochromatic Colors of #CDD6F2
Black with #CDD6F2
Text Example
Text Example
White with #CDD6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6F2; }
p { color: rgb(205,214,242); }
H1.HeaderClassName
{
color: #CDD6F2;
}
.AnyTagClassName
{
color: #CDD6F2;
}
</style>
background-color css
<style>
a { background-color: #CDD6F2; }
a { background-color: rgb(205,214,242); }
div.DivClassName
{
background-color: #CDD6F2;
}
.BgClassName
{
background-color: #CDD6F2;
}
</style>
border-color css
<style>
span { border-color: #CDD6F2; }
span { border-color: rgb(205,214,242); }
td.TdClassName
{
border-color: #CDD6F2;
}
.TagClassName
{
border-color: #CDD6F2;
}
</style>