Shades of Hawkes Blue #CDD3E6
Tints of Hawkes Blue #CDD3E6
RGB
CMYK
RGB Variations
Color information
#CDD3E6 (or 0xCDD3E6) is known color: Hawkes Blue. HEX triplet: CD, D3 and E6. RGB value is (205,211,230). Sum of RGB (Red+Green+Blue) = 205+211+230=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 211 (82.81% from 255 or 32.66% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3E6 is #322C19. Grayscale: #D3D3D3. Windows color (decimal): -3288090 or 15127501. OLE color: 15127501.
HSL color Cylindrical-coordinate representation of color #CDD3E6: hue angle of 225.6º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD3E6 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 211 | 230 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.10 |
| HSL | 225.6º | 0.33% | 0.85% | - |
| HSV(B) | 225.6º | 0.11% | 0.9% | - |
| XYZ | 62.75 | 65.28 | 84.16 | - |
| YUV | 211.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 230 | 0.11 | 0.08 | 0 | 0.10 | 225.6 | 0.33 | 0.85 |
| Hex | CD | D3 | E6 | B | 8 | 0 | A | E2 | 21 | 55 |
| Octal | 315 | 323 | 346 | 13 | 10 | 0 | 12 | 342 | 41 | 125 |
| Binary | 11001101 | 11010011 | 11100110 | 1011 | 1000 | 0 | 1010 | 11100010 | 100001 | 1010101 |
Color Harmonies of #CDD3E6
Complementary color
Monochromatic Colors of #CDD3E6
Black with #CDD3E6
Text Example
Text Example
White with #CDD3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3E6; }
p { color: rgb(205,211,230); }
H1.HeaderClassName
{
color: #CDD3E6;
}
.AnyTagClassName
{
color: #CDD3E6;
}
</style>
background-color css
<style>
a { background-color: #CDD3E6; }
a { background-color: rgb(205,211,230); }
div.DivClassName
{
background-color: #CDD3E6;
}
.BgClassName
{
background-color: #CDD3E6;
}
</style>
border-color css
<style>
span { border-color: #CDD3E6; }
span { border-color: rgb(205,211,230); }
td.TdClassName
{
border-color: #CDD3E6;
}
.TagClassName
{
border-color: #CDD3E6;
}
</style>