Shades of Hawkes Blue #CDD5F3
Tints of Hawkes Blue #CDD5F3
RGB
CMYK
RGB Variations
Color information
#CDD5F3 (or 0xCDD5F3) is known color: Hawkes Blue. HEX triplet: CD, D5 and F3. RGB value is (205,213,243). Sum of RGB (Red+Green+Blue) = 205+213+243=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 213 (83.59% from 255 or 32.22% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDD5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5F3 is #322A0C. Grayscale: #D5D5D5. Windows color (decimal): -3287565 or 15979981. OLE color: 15979981.
HSL color Cylindrical-coordinate representation of color #CDD5F3: hue angle of 227.37º 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 #CDD5F3 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 213 | 243 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.05 |
| HSL | 227.37º | 0.61% | 0.88% | - |
| HSV(B) | 227.37º | 0.16% | 0.95% | - |
| XYZ | 65.15 | 67.04 | 94.3 | - |
| YUV | 214.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 243 | 0.16 | 0.12 | 0 | 0.05 | 227.37 | 0.61 | 0.88 |
| Hex | CD | D5 | F3 | 10 | C | 0 | 5 | E3 | 3D | 58 |
| Octal | 315 | 325 | 363 | 20 | 14 | 0 | 5 | 343 | 75 | 130 |
| Binary | 11001101 | 11010101 | 11110011 | 10000 | 1100 | 0 | 101 | 11100011 | 111101 | 1011000 |
Color Harmonies of #CDD5F3
Complementary color
Monochromatic Colors of #CDD5F3
Black with #CDD5F3
Text Example
Text Example
White with #CDD5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5F3; }
p { color: rgb(205,213,243); }
H1.HeaderClassName
{
color: #CDD5F3;
}
.AnyTagClassName
{
color: #CDD5F3;
}
</style>
background-color css
<style>
a { background-color: #CDD5F3; }
a { background-color: rgb(205,213,243); }
div.DivClassName
{
background-color: #CDD5F3;
}
.BgClassName
{
background-color: #CDD5F3;
}
</style>
border-color css
<style>
span { border-color: #CDD5F3; }
span { border-color: rgb(205,213,243); }
td.TdClassName
{
border-color: #CDD5F3;
}
.TagClassName
{
border-color: #CDD5F3;
}
</style>