Shades of Hawkes Blue #CEDDFC
Tints of Hawkes Blue #CEDDFC
RGB
CMYK
RGB Variations
Color information
#CEDDFC (or 0xCEDDFC) is known color: Hawkes Blue. HEX triplet: CE, DD and FC. RGB value is (206,221,252). Sum of RGB (Red+Green+Blue) = 206+221+252=679 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.34% from 679); Green value is 221 (86.72% from 255 or 32.55% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDFC is #312203. Grayscale: #DBDBDB. Windows color (decimal): -3219972 or 16571854. OLE color: 16571854.
HSL color Cylindrical-coordinate representation of color #CEDDFC: hue angle of 220.43º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDDFC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 221 | 252 | - |
CMYK | 0.18 | 0.12 | 0 | 0.01 |
HSL | 220.43º | 0.88% | 0.9% | - |
HSV(B) | 220.43º | 0.18% | 0.99% | - |
XYZ | 68.88 | 71.86 | 102.34 | - |
YUV | 220.05 | 146.03 | 117.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 252 | 0.18 | 0.12 | 0 | 0.01 | 220.43 | 0.88 | 0.9 |
Hex | CE | DD | FC | 12 | C | 0 | 1 | DC | 58 | 5A |
Octal | 316 | 335 | 374 | 22 | 14 | 0 | 1 | 334 | 130 | 132 |
Binary | 11001110 | 11011101 | 11111100 | 10010 | 1100 | 0 | 1 | 11011100 | 1011000 | 1011010 |
Color Harmonies of #CEDDFC
Complementary color
Monochromatic Colors of #CEDDFC
Black with #CEDDFC
Text Example
Text Example
White with #CEDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDFC; }
p { color: rgb(206,221,252); }
H1.HeaderClassName
{
color: #CEDDFC;
}
.AnyTagClassName
{
color: #CEDDFC;
}
</style>
background-color css
<style>
a { background-color: #CEDDFC; }
a { background-color: rgb(206,221,252); }
div.DivClassName
{
background-color: #CEDDFC;
}
.BgClassName
{
background-color: #CEDDFC;
}
</style>
border-color css
<style>
span { border-color: #CEDDFC; }
span { border-color: rgb(206,221,252); }
td.TdClassName
{
border-color: #CEDDFC;
}
.TagClassName
{
border-color: #CEDDFC;
}
</style>