Shades of Hawkes Blue #CDD2EF
Tints of Hawkes Blue #CDD2EF
RGB
CMYK
RGB Variations
Color information
#CDD2EF (or 0xCDD2EF) is known color: Hawkes Blue. HEX triplet: CD, D2 and EF. RGB value is (205,210,239). Sum of RGB (Red+Green+Blue) = 205+210+239=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2EF is #322D10. Grayscale: #D3D3D3. Windows color (decimal): -3288337 or 15717069. OLE color: 15717069.
HSL color Cylindrical-coordinate representation of color #CDD2EF: hue angle of 231.18º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD2EF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 210 | 239 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.06 |
| HSL | 231.18º | 0.52% | 0.87% | - |
| HSV(B) | 231.18º | 0.14% | 0.94% | - |
| XYZ | 63.8 | 65.3 | 90.9 | - |
| YUV | 211.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 239 | 0.14 | 0.12 | 0 | 0.06 | 231.18 | 0.52 | 0.87 |
| Hex | CD | D2 | EF | E | C | 0 | 6 | E7 | 34 | 57 |
| Octal | 315 | 322 | 357 | 16 | 14 | 0 | 6 | 347 | 64 | 127 |
| Binary | 11001101 | 11010010 | 11101111 | 1110 | 1100 | 0 | 110 | 11100111 | 110100 | 1010111 |
Color Harmonies of #CDD2EF
Complementary color
Monochromatic Colors of #CDD2EF
Black with #CDD2EF
Text Example
Text Example
White with #CDD2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2EF; }
p { color: rgb(205,210,239); }
H1.HeaderClassName
{
color: #CDD2EF;
}
.AnyTagClassName
{
color: #CDD2EF;
}
</style>
background-color css
<style>
a { background-color: #CDD2EF; }
a { background-color: rgb(205,210,239); }
div.DivClassName
{
background-color: #CDD2EF;
}
.BgClassName
{
background-color: #CDD2EF;
}
</style>
border-color css
<style>
span { border-color: #CDD2EF; }
span { border-color: rgb(205,210,239); }
td.TdClassName
{
border-color: #CDD2EF;
}
.TagClassName
{
border-color: #CDD2EF;
}
</style>