Shades of Hawkes Blue #CDDCF3
Tints of Hawkes Blue #CDDCF3
RGB
CMYK
RGB Variations
Color information
#CDDCF3 (or 0xCDDCF3) is known color: Hawkes Blue. HEX triplet: CD, DC and F3. RGB value is (205,220,243). Sum of RGB (Red+Green+Blue) = 205+220+243=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDDCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCF3 is #32230C. Grayscale: #DADADA. Windows color (decimal): -3285773 or 15981773. OLE color: 15981773.
HSL color Cylindrical-coordinate representation of color #CDDCF3: hue angle of 216.32º 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 #CDDCF3 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 220 | 243 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.05 |
| HSL | 216.32º | 0.61% | 0.88% | - |
| HSV(B) | 216.32º | 0.16% | 0.95% | - |
| XYZ | 66.95 | 70.64 | 94.9 | - |
| YUV | 218.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 243 | 0.16 | 0.09 | 0 | 0.05 | 216.32 | 0.61 | 0.88 |
| Hex | CD | DC | F3 | 10 | 9 | 0 | 5 | D8 | 3D | 58 |
| Octal | 315 | 334 | 363 | 20 | 11 | 0 | 5 | 330 | 75 | 130 |
| Binary | 11001101 | 11011100 | 11110011 | 10000 | 1001 | 0 | 101 | 11011000 | 111101 | 1011000 |
Color Harmonies of #CDDCF3
Complementary color
Monochromatic Colors of #CDDCF3
Black with #CDDCF3
Text Example
Text Example
White with #CDDCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCF3; }
p { color: rgb(205,220,243); }
H1.HeaderClassName
{
color: #CDDCF3;
}
.AnyTagClassName
{
color: #CDDCF3;
}
</style>
background-color css
<style>
a { background-color: #CDDCF3; }
a { background-color: rgb(205,220,243); }
div.DivClassName
{
background-color: #CDDCF3;
}
.BgClassName
{
background-color: #CDDCF3;
}
</style>
border-color css
<style>
span { border-color: #CDDCF3; }
span { border-color: rgb(205,220,243); }
td.TdClassName
{
border-color: #CDDCF3;
}
.TagClassName
{
border-color: #CDDCF3;
}
</style>