Shades of Hawkes Blue #CDD1EB
Tints of Hawkes Blue #CDD1EB
RGB
CMYK
RGB Variations
Color information
#CDD1EB (or 0xCDD1EB) is known color: Hawkes Blue. HEX triplet: CD, D1 and EB. RGB value is (205,209,235). Sum of RGB (Red+Green+Blue) = 205+209+235=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 209 (82.03% from 255 or 32.20% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1EB is #322E14. Grayscale: #D2D2D2. Windows color (decimal): -3288597 or 15454669. OLE color: 15454669.
HSL color Cylindrical-coordinate representation of color #CDD1EB: hue angle of 232º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD1EB is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 209 | 235 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.08 |
| HSL | 232º | 0.43% | 0.86% | - |
| HSV(B) | 232º | 0.13% | 0.92% | - |
| XYZ | 62.97 | 64.58 | 87.74 | - |
| YUV | 210.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 235 | 0.13 | 0.11 | 0 | 0.08 | 232 | 0.43 | 0.86 |
| Hex | CD | D1 | EB | D | B | 0 | 8 | E8 | 2B | 56 |
| Octal | 315 | 321 | 353 | 15 | 13 | 0 | 10 | 350 | 53 | 126 |
| Binary | 11001101 | 11010001 | 11101011 | 1101 | 1011 | 0 | 1000 | 11101000 | 101011 | 1010110 |
Color Harmonies of #CDD1EB
Complementary color
Monochromatic Colors of #CDD1EB
Black with #CDD1EB
Text Example
Text Example
White with #CDD1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1EB; }
p { color: rgb(205,209,235); }
H1.HeaderClassName
{
color: #CDD1EB;
}
.AnyTagClassName
{
color: #CDD1EB;
}
</style>
background-color css
<style>
a { background-color: #CDD1EB; }
a { background-color: rgb(205,209,235); }
div.DivClassName
{
background-color: #CDD1EB;
}
.BgClassName
{
background-color: #CDD1EB;
}
</style>
border-color css
<style>
span { border-color: #CDD1EB; }
span { border-color: rgb(205,209,235); }
td.TdClassName
{
border-color: #CDD1EB;
}
.TagClassName
{
border-color: #CDD1EB;
}
</style>