Shades of Hawkes Blue #CDD4EE
Tints of Hawkes Blue #CDD4EE
RGB
CMYK
RGB Variations
Color information
#CDD4EE (or 0xCDD4EE) is known color: Hawkes Blue. HEX triplet: CD, D4 and EE. RGB value is (205,212,238). Sum of RGB (Red+Green+Blue) = 205+212+238=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 212 (83.20% from 255 or 32.37% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4EE is #322B11. Grayscale: #D4D4D4. Windows color (decimal): -3287826 or 15652045. OLE color: 15652045.
HSL color Cylindrical-coordinate representation of color #CDD4EE: hue angle of 227.27º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD4EE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 212 | 238 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.07 |
| HSL | 227.27º | 0.49% | 0.87% | - |
| HSV(B) | 227.27º | 0.14% | 0.93% | - |
| XYZ | 64.15 | 66.24 | 90.29 | - |
| YUV | 212.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 238 | 0.14 | 0.11 | 0 | 0.07 | 227.27 | 0.49 | 0.87 |
| Hex | CD | D4 | EE | E | B | 0 | 7 | E3 | 31 | 57 |
| Octal | 315 | 324 | 356 | 16 | 13 | 0 | 7 | 343 | 61 | 127 |
| Binary | 11001101 | 11010100 | 11101110 | 1110 | 1011 | 0 | 111 | 11100011 | 110001 | 1010111 |
Color Harmonies of #CDD4EE
Complementary color
Monochromatic Colors of #CDD4EE
Black with #CDD4EE
Text Example
Text Example
White with #CDD4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4EE; }
p { color: rgb(205,212,238); }
H1.HeaderClassName
{
color: #CDD4EE;
}
.AnyTagClassName
{
color: #CDD4EE;
}
</style>
background-color css
<style>
a { background-color: #CDD4EE; }
a { background-color: rgb(205,212,238); }
div.DivClassName
{
background-color: #CDD4EE;
}
.BgClassName
{
background-color: #CDD4EE;
}
</style>
border-color css
<style>
span { border-color: #CDD4EE; }
span { border-color: rgb(205,212,238); }
td.TdClassName
{
border-color: #CDD4EE;
}
.TagClassName
{
border-color: #CDD4EE;
}
</style>