Shades of Hawkes Blue #CDD4F3
Tints of Hawkes Blue #CDD4F3
RGB
CMYK
RGB Variations
Color information
#CDD4F3 (or 0xCDD4F3) is known color: Hawkes Blue. HEX triplet: CD, D4 and F3. RGB value is (205,212,243). Sum of RGB (Red+Green+Blue) = 205+212+243=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 212 (83.20% from 255 or 32.12% from 660); Blue value is 243 (95.31% from 255 or 36.82% from 660); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDD4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4F3 is #322B0C. Grayscale: #D5D5D5. Windows color (decimal): -3287821 or 15979725. OLE color: 15979725.
HSL color Cylindrical-coordinate representation of color #CDD4F3: hue angle of 228.95º 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 #CDD4F3 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 212 | 243 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.05 |
| HSL | 228.95º | 0.61% | 0.88% | - |
| HSV(B) | 228.95º | 0.16% | 0.95% | - |
| XYZ | 64.9 | 66.54 | 94.22 | - |
| YUV | 213.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 243 | 0.16 | 0.13 | 0 | 0.05 | 228.95 | 0.61 | 0.88 |
| Hex | CD | D4 | F3 | 10 | D | 0 | 5 | E5 | 3D | 58 |
| Octal | 315 | 324 | 363 | 20 | 15 | 0 | 5 | 345 | 75 | 130 |
| Binary | 11001101 | 11010100 | 11110011 | 10000 | 1101 | 0 | 101 | 11100101 | 111101 | 1011000 |
Color Harmonies of #CDD4F3
Complementary color
Monochromatic Colors of #CDD4F3
Black with #CDD4F3
Text Example
Text Example
White with #CDD4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4F3; }
p { color: rgb(205,212,243); }
H1.HeaderClassName
{
color: #CDD4F3;
}
.AnyTagClassName
{
color: #CDD4F3;
}
</style>
background-color css
<style>
a { background-color: #CDD4F3; }
a { background-color: rgb(205,212,243); }
div.DivClassName
{
background-color: #CDD4F3;
}
.BgClassName
{
background-color: #CDD4F3;
}
</style>
border-color css
<style>
span { border-color: #CDD4F3; }
span { border-color: rgb(205,212,243); }
td.TdClassName
{
border-color: #CDD4F3;
}
.TagClassName
{
border-color: #CDD4F3;
}
</style>