Shades of Hawkes Blue #CDD9E5
Tints of Hawkes Blue #CDD9E5
RGB
CMYK
RGB Variations
Color information
#CDD9E5 (or 0xCDD9E5) is known color: Hawkes Blue. HEX triplet: CD, D9 and E5. RGB value is (205,217,229). Sum of RGB (Red+Green+Blue) = 205+217+229=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDD9E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9E5 is #32261A. Grayscale: #D6D6D6. Windows color (decimal): -3286555 or 15063501. OLE color: 15063501.
HSL color Cylindrical-coordinate representation of color #CDD9E5: hue angle of 210º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD9E5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 205 | 217 | 229 | - |
CMYK | 0.10 | 0.05 | 0 | 0.10 |
HSL | 210º | 0.32% | 0.85% | - |
HSV(B) | 210º | 0.1% | 0.9% | - |
XYZ | 64.13 | 68.26 | 83.92 | - |
YUV | 214.78 | 136.02 | 121.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 217 | 229 | 0.10 | 0.05 | 0 | 0.10 | 210 | 0.32 | 0.85 |
Hex | CD | D9 | E5 | A | 5 | 0 | A | D2 | 20 | 55 |
Octal | 315 | 331 | 345 | 12 | 5 | 0 | 12 | 322 | 40 | 125 |
Binary | 11001101 | 11011001 | 11100101 | 1010 | 101 | 0 | 1010 | 11010010 | 100000 | 1010101 |
Color Harmonies of #CDD9E5
Complementary color
Monochromatic Colors of #CDD9E5
Black with #CDD9E5
Text Example
Text Example
White with #CDD9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9E5; }
p { color: rgb(205,217,229); }
H1.HeaderClassName
{
color: #CDD9E5;
}
.AnyTagClassName
{
color: #CDD9E5;
}
</style>
background-color css
<style>
a { background-color: #CDD9E5; }
a { background-color: rgb(205,217,229); }
div.DivClassName
{
background-color: #CDD9E5;
}
.BgClassName
{
background-color: #CDD9E5;
}
</style>
border-color css
<style>
span { border-color: #CDD9E5; }
span { border-color: rgb(205,217,229); }
td.TdClassName
{
border-color: #CDD9E5;
}
.TagClassName
{
border-color: #CDD9E5;
}
</style>