Shades of Hawkes Blue #CADDFD
Tints of Hawkes Blue #CADDFD
RGB
CMYK
RGB Variations
Color information
#CADDFD (or 0xCADDFD) is known color: Hawkes Blue. HEX triplet: CA, DD and FD. RGB value is (202,221,253). Sum of RGB (Red+Green+Blue) = 202+221+253=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 221 (86.72% from 255 or 32.69% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #CADDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDFD is #352202. Grayscale: #DADADA. Windows color (decimal): -3482115 or 16637386. OLE color: 16637386.
HSL color Cylindrical-coordinate representation of color #CADDFD: hue angle of 217.65º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADDFD is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 221 | 253 | - |
CMYK | 0.20 | 0.13 | 0 | 0.01 |
HSL | 217.65º | 0.93% | 0.89% | - |
HSV(B) | 217.65º | 0.2% | 0.99% | - |
XYZ | 67.94 | 71.36 | 103.12 | - |
YUV | 218.97 | 147.21 | 115.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 253 | 0.20 | 0.13 | 0 | 0.01 | 217.65 | 0.93 | 0.89 |
Hex | CA | DD | FD | 14 | D | 0 | 1 | DA | 5D | 59 |
Octal | 312 | 335 | 375 | 24 | 15 | 0 | 1 | 332 | 135 | 131 |
Binary | 11001010 | 11011101 | 11111101 | 10100 | 1101 | 0 | 1 | 11011010 | 1011101 | 1011001 |
Color Harmonies of #CADDFD
Complementary color
Monochromatic Colors of #CADDFD
Black with #CADDFD
Text Example
Text Example
White with #CADDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDFD; }
p { color: rgb(202,221,253); }
H1.HeaderClassName
{
color: #CADDFD;
}
.AnyTagClassName
{
color: #CADDFD;
}
</style>
background-color css
<style>
a { background-color: #CADDFD; }
a { background-color: rgb(202,221,253); }
div.DivClassName
{
background-color: #CADDFD;
}
.BgClassName
{
background-color: #CADDFD;
}
</style>
border-color css
<style>
span { border-color: #CADDFD; }
span { border-color: rgb(202,221,253); }
td.TdClassName
{
border-color: #CADDFD;
}
.TagClassName
{
border-color: #CADDFD;
}
</style>