Shades of Hawkes Blue #CDD3F3
Tints of Hawkes Blue #CDD3F3
RGB
CMYK
RGB Variations
Color information
#CDD3F3 (or 0xCDD3F3) is known color: Hawkes Blue. HEX triplet: CD, D3 and F3. RGB value is (205,211,243). Sum of RGB (Red+Green+Blue) = 205+211+243=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDD3F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3F3 is #322C0C. Grayscale: #D4D4D4. Windows color (decimal): -3288077 or 15979469. OLE color: 15979469.
HSL color Cylindrical-coordinate representation of color #CDD3F3: hue angle of 230.53º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD3F3 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 211 | 243 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.05 |
| HSL | 230.53º | 0.61% | 0.88% | - |
| HSV(B) | 230.53º | 0.16% | 0.95% | - |
| XYZ | 64.65 | 66.04 | 94.13 | - |
| YUV | 212.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 243 | 0.16 | 0.13 | 0 | 0.05 | 230.53 | 0.61 | 0.88 |
| Hex | CD | D3 | F3 | 10 | D | 0 | 5 | E7 | 3D | 58 |
| Octal | 315 | 323 | 363 | 20 | 15 | 0 | 5 | 347 | 75 | 130 |
| Binary | 11001101 | 11010011 | 11110011 | 10000 | 1101 | 0 | 101 | 11100111 | 111101 | 1011000 |
Color Harmonies of #CDD3F3
Complementary color
Monochromatic Colors of #CDD3F3
Black with #CDD3F3
Text Example
Text Example
White with #CDD3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3F3; }
p { color: rgb(205,211,243); }
H1.HeaderClassName
{
color: #CDD3F3;
}
.AnyTagClassName
{
color: #CDD3F3;
}
</style>
background-color css
<style>
a { background-color: #CDD3F3; }
a { background-color: rgb(205,211,243); }
div.DivClassName
{
background-color: #CDD3F3;
}
.BgClassName
{
background-color: #CDD3F3;
}
</style>
border-color css
<style>
span { border-color: #CDD3F3; }
span { border-color: rgb(205,211,243); }
td.TdClassName
{
border-color: #CDD3F3;
}
.TagClassName
{
border-color: #CDD3F3;
}
</style>