Shades of Hawkes Blue #CDD6F3
Tints of Hawkes Blue #CDD6F3
RGB
CMYK
RGB Variations
Color information
#CDD6F3 (or 0xCDD6F3) is known color: Hawkes Blue. HEX triplet: CD, D6 and F3. RGB value is (205,214,243). Sum of RGB (Red+Green+Blue) = 205+214+243=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDD6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6F3 is #32290C. Grayscale: #D6D6D6. Windows color (decimal): -3287309 or 15980237. OLE color: 15980237.
HSL color Cylindrical-coordinate representation of color #CDD6F3: hue angle of 225.79º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD6F3 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 214 | 243 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.05 |
| HSL | 225.79º | 0.61% | 0.88% | - |
| HSV(B) | 225.79º | 0.16% | 0.95% | - |
| XYZ | 65.4 | 67.54 | 94.38 | - |
| YUV | 214.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 243 | 0.16 | 0.12 | 0 | 0.05 | 225.79 | 0.61 | 0.88 |
| Hex | CD | D6 | F3 | 10 | C | 0 | 5 | E2 | 3D | 58 |
| Octal | 315 | 326 | 363 | 20 | 14 | 0 | 5 | 342 | 75 | 130 |
| Binary | 11001101 | 11010110 | 11110011 | 10000 | 1100 | 0 | 101 | 11100010 | 111101 | 1011000 |
Color Harmonies of #CDD6F3
Complementary color
Monochromatic Colors of #CDD6F3
Black with #CDD6F3
Text Example
Text Example
White with #CDD6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD6F3; }
p { color: rgb(205,214,243); }
H1.HeaderClassName
{
color: #CDD6F3;
}
.AnyTagClassName
{
color: #CDD6F3;
}
</style>
background-color css
<style>
a { background-color: #CDD6F3; }
a { background-color: rgb(205,214,243); }
div.DivClassName
{
background-color: #CDD6F3;
}
.BgClassName
{
background-color: #CDD6F3;
}
</style>
border-color css
<style>
span { border-color: #CDD6F3; }
span { border-color: rgb(205,214,243); }
td.TdClassName
{
border-color: #CDD6F3;
}
.TagClassName
{
border-color: #CDD6F3;
}
</style>