Shades of Hawkes Blue #CEDAFD
Tints of Hawkes Blue #CEDAFD
RGB
CMYK
RGB Variations
Color information
#CEDAFD (or 0xCEDAFD) is known color: Hawkes Blue. HEX triplet: CE, DA and FD. RGB value is (206,218,253). Sum of RGB (Red+Green+Blue) = 206+218+253=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAFD is #312502. Grayscale: #DADADA. Windows color (decimal): -3220739 or 16636622. OLE color: 16636622.
HSL color Cylindrical-coordinate representation of color #CEDAFD: hue angle of 224.68º degrees, saturation: 0.92, 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 #CEDAFD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 218 | 253 | - |
CMYK | 0.19 | 0.14 | 0 | 0.01 |
HSL | 224.68º | 0.92% | 0.9% | - |
HSV(B) | 224.68º | 0.19% | 0.99% | - |
XYZ | 68.25 | 70.36 | 102.91 | - |
YUV | 218.4 | 147.52 | 119.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 253 | 0.19 | 0.14 | 0 | 0.01 | 224.68 | 0.92 | 0.9 |
Hex | CE | DA | FD | 13 | E | 0 | 1 | E1 | 5C | 5A |
Octal | 316 | 332 | 375 | 23 | 16 | 0 | 1 | 341 | 134 | 132 |
Binary | 11001110 | 11011010 | 11111101 | 10011 | 1110 | 0 | 1 | 11100001 | 1011100 | 1011010 |
Color Harmonies of #CEDAFD
Complementary color
Monochromatic Colors of #CEDAFD
Black with #CEDAFD
Text Example
Text Example
White with #CEDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAFD; }
p { color: rgb(206,218,253); }
H1.HeaderClassName
{
color: #CEDAFD;
}
.AnyTagClassName
{
color: #CEDAFD;
}
</style>
background-color css
<style>
a { background-color: #CEDAFD; }
a { background-color: rgb(206,218,253); }
div.DivClassName
{
background-color: #CEDAFD;
}
.BgClassName
{
background-color: #CEDAFD;
}
</style>
border-color css
<style>
span { border-color: #CEDAFD; }
span { border-color: rgb(206,218,253); }
td.TdClassName
{
border-color: #CEDAFD;
}
.TagClassName
{
border-color: #CEDAFD;
}
</style>