Shades of Hawkes Blue #CDD3EF
Tints of Hawkes Blue #CDD3EF
RGB
CMYK
RGB Variations
Color information
#CDD3EF (or 0xCDD3EF) is known color: Hawkes Blue. HEX triplet: CD, D3 and EF. RGB value is (205,211,239). Sum of RGB (Red+Green+Blue) = 205+211+239=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 211 (82.81% from 255 or 32.21% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3EF is #322C10. Grayscale: #D4D4D4. Windows color (decimal): -3288081 or 15717325. OLE color: 15717325.
HSL color Cylindrical-coordinate representation of color #CDD3EF: hue angle of 229.41º 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 #CDD3EF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 211 | 239 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.06 |
| HSL | 229.41º | 0.52% | 0.87% | - |
| HSV(B) | 229.41º | 0.14% | 0.94% | - |
| XYZ | 64.05 | 65.8 | 90.99 | - |
| YUV | 212.4 | 143.01 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 239 | 0.14 | 0.12 | 0 | 0.06 | 229.41 | 0.52 | 0.87 |
| Hex | CD | D3 | EF | E | C | 0 | 6 | E5 | 34 | 57 |
| Octal | 315 | 323 | 357 | 16 | 14 | 0 | 6 | 345 | 64 | 127 |
| Binary | 11001101 | 11010011 | 11101111 | 1110 | 1100 | 0 | 110 | 11100101 | 110100 | 1010111 |
Color Harmonies of #CDD3EF
Complementary color
Monochromatic Colors of #CDD3EF
Black with #CDD3EF
Text Example
Text Example
White with #CDD3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3EF; }
p { color: rgb(205,211,239); }
H1.HeaderClassName
{
color: #CDD3EF;
}
.AnyTagClassName
{
color: #CDD3EF;
}
</style>
background-color css
<style>
a { background-color: #CDD3EF; }
a { background-color: rgb(205,211,239); }
div.DivClassName
{
background-color: #CDD3EF;
}
.BgClassName
{
background-color: #CDD3EF;
}
</style>
border-color css
<style>
span { border-color: #CDD3EF; }
span { border-color: rgb(205,211,239); }
td.TdClassName
{
border-color: #CDD3EF;
}
.TagClassName
{
border-color: #CDD3EF;
}
</style>