Shades of Hawkes Blue #CEDAFC
Tints of Hawkes Blue #CEDAFC
RGB
CMYK
RGB Variations
Color information
#CEDAFC (or 0xCEDAFC) is known color: Hawkes Blue. HEX triplet: CE, DA and FC. RGB value is (206,218,252). Sum of RGB (Red+Green+Blue) = 206+218+252=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAFC is #312503. Grayscale: #DADADA. Windows color (decimal): -3220740 or 16571086. OLE color: 16571086.
HSL color Cylindrical-coordinate representation of color #CEDAFC: hue angle of 224.35º 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 #CEDAFC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 218 | 252 | - |
CMYK | 0.18 | 0.13 | 0 | 0.01 |
HSL | 224.35º | 0.88% | 0.9% | - |
HSV(B) | 224.35º | 0.18% | 0.99% | - |
XYZ | 68.1 | 70.29 | 102.07 | - |
YUV | 218.29 | 147.02 | 119.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 252 | 0.18 | 0.13 | 0 | 0.01 | 224.35 | 0.88 | 0.9 |
Hex | CE | DA | FC | 12 | D | 0 | 1 | E0 | 58 | 5A |
Octal | 316 | 332 | 374 | 22 | 15 | 0 | 1 | 340 | 130 | 132 |
Binary | 11001110 | 11011010 | 11111100 | 10010 | 1101 | 0 | 1 | 11100000 | 1011000 | 1011010 |
Color Harmonies of #CEDAFC
Complementary color
Monochromatic Colors of #CEDAFC
Black with #CEDAFC
Text Example
Text Example
White with #CEDAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAFC; }
p { color: rgb(206,218,252); }
H1.HeaderClassName
{
color: #CEDAFC;
}
.AnyTagClassName
{
color: #CEDAFC;
}
</style>
background-color css
<style>
a { background-color: #CEDAFC; }
a { background-color: rgb(206,218,252); }
div.DivClassName
{
background-color: #CEDAFC;
}
.BgClassName
{
background-color: #CEDAFC;
}
</style>
border-color css
<style>
span { border-color: #CEDAFC; }
span { border-color: rgb(206,218,252); }
td.TdClassName
{
border-color: #CEDAFC;
}
.TagClassName
{
border-color: #CEDAFC;
}
</style>