Shades of Hawkes Blue #CDE1FD
Tints of Hawkes Blue #CDE1FD
RGB
CMYK
RGB Variations
Color information
#CDE1FD (or 0xCDE1FD) is known color: Hawkes Blue. HEX triplet: CD, E1 and FD. RGB value is (205,225,253). Sum of RGB (Red+Green+Blue) = 205+225+253=683 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.01% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1FD is #321E02. Grayscale: #DEDEDE. Windows color (decimal): -3284483 or 16638413. OLE color: 16638413.
HSL color Cylindrical-coordinate representation of color #CDE1FD: hue angle of 215º 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 #CDE1FD is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 225 | 253 | - |
CMYK | 0.19 | 0.11 | 0 | 0.01 |
HSL | 215º | 0.92% | 0.9% | - |
HSV(B) | 215º | 0.19% | 0.99% | - |
XYZ | 69.83 | 73.92 | 103.52 | - |
YUV | 222.21 | 145.37 | 115.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 225 | 253 | 0.19 | 0.11 | 0 | 0.01 | 215 | 0.92 | 0.9 |
Hex | CD | E1 | FD | 13 | B | 0 | 1 | D7 | 5C | 5A |
Octal | 315 | 341 | 375 | 23 | 13 | 0 | 1 | 327 | 134 | 132 |
Binary | 11001101 | 11100001 | 11111101 | 10011 | 1011 | 0 | 1 | 11010111 | 1011100 | 1011010 |
Color Harmonies of #CDE1FD
Complementary color
Monochromatic Colors of #CDE1FD
Black with #CDE1FD
Text Example
Text Example
White with #CDE1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1FD; }
p { color: rgb(205,225,253); }
H1.HeaderClassName
{
color: #CDE1FD;
}
.AnyTagClassName
{
color: #CDE1FD;
}
</style>
background-color css
<style>
a { background-color: #CDE1FD; }
a { background-color: rgb(205,225,253); }
div.DivClassName
{
background-color: #CDE1FD;
}
.BgClassName
{
background-color: #CDE1FD;
}
</style>
border-color css
<style>
span { border-color: #CDE1FD; }
span { border-color: rgb(205,225,253); }
td.TdClassName
{
border-color: #CDE1FD;
}
.TagClassName
{
border-color: #CDE1FD;
}
</style>