Shades of Hawkes Blue #CDDCFC
Tints of Hawkes Blue #CDDCFC
RGB
CMYK
RGB Variations
Color information
#CDDCFC (or 0xCDDCFC) is known color: Hawkes Blue. HEX triplet: CD, DC and FC. RGB value is (205,220,252). Sum of RGB (Red+Green+Blue) = 205+220+252=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCFC is #322303. Grayscale: #DBDBDB. Windows color (decimal): -3285764 or 16571597. OLE color: 16571597.
HSL color Cylindrical-coordinate representation of color #CDDCFC: hue angle of 220.85º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDCFC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 220 | 252 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.01 |
| HSL | 220.85º | 0.89% | 0.9% | - |
| HSV(B) | 220.85º | 0.19% | 0.99% | - |
| XYZ | 68.34 | 71.19 | 102.24 | - |
| YUV | 219.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 252 | 0.19 | 0.13 | 0 | 0.01 | 220.85 | 0.89 | 0.9 |
| Hex | CD | DC | FC | 13 | D | 0 | 1 | DD | 59 | 5A |
| Octal | 315 | 334 | 374 | 23 | 15 | 0 | 1 | 335 | 131 | 132 |
| Binary | 11001101 | 11011100 | 11111100 | 10011 | 1101 | 0 | 1 | 11011101 | 1011001 | 1011010 |
Color Harmonies of #CDDCFC
Complementary color
Monochromatic Colors of #CDDCFC
Black with #CDDCFC
Text Example
Text Example
White with #CDDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCFC; }
p { color: rgb(205,220,252); }
H1.HeaderClassName
{
color: #CDDCFC;
}
.AnyTagClassName
{
color: #CDDCFC;
}
</style>
background-color css
<style>
a { background-color: #CDDCFC; }
a { background-color: rgb(205,220,252); }
div.DivClassName
{
background-color: #CDDCFC;
}
.BgClassName
{
background-color: #CDDCFC;
}
</style>
border-color css
<style>
span { border-color: #CDDCFC; }
span { border-color: rgb(205,220,252); }
td.TdClassName
{
border-color: #CDDCFC;
}
.TagClassName
{
border-color: #CDDCFC;
}
</style>