Shades of Hawkes Blue #CADDF3
Tints of Hawkes Blue #CADDF3
RGB
CMYK
RGB Variations
Color information
#CADDF3 (or 0xCADDF3) is known color: Hawkes Blue. HEX triplet: CA, DD and F3. RGB value is (202,221,243). Sum of RGB (Red+Green+Blue) = 202+221+243=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #CADDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDF3 is #35220C. Grayscale: #D9D9D9. Windows color (decimal): -3482125 or 15982026. OLE color: 15982026.
HSL color Cylindrical-coordinate representation of color #CADDF3: hue angle of 212.2º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADDF3 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 221 | 243 | - |
CMYK | 0.17 | 0.09 | 0 | 0.05 |
HSL | 212.2º | 0.63% | 0.87% | - |
HSV(B) | 212.2º | 0.17% | 0.95% | - |
XYZ | 66.39 | 70.74 | 94.95 | - |
YUV | 217.83 | 142.21 | 116.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 221 | 243 | 0.17 | 0.09 | 0 | 0.05 | 212.2 | 0.63 | 0.87 |
Hex | CA | DD | F3 | 11 | 9 | 0 | 5 | D4 | 3F | 57 |
Octal | 312 | 335 | 363 | 21 | 11 | 0 | 5 | 324 | 77 | 127 |
Binary | 11001010 | 11011101 | 11110011 | 10001 | 1001 | 0 | 101 | 11010100 | 111111 | 1010111 |
Color Harmonies of #CADDF3
Complementary color
Monochromatic Colors of #CADDF3
Black with #CADDF3
Text Example
Text Example
White with #CADDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADDF3; }
p { color: rgb(202,221,243); }
H1.HeaderClassName
{
color: #CADDF3;
}
.AnyTagClassName
{
color: #CADDF3;
}
</style>
background-color css
<style>
a { background-color: #CADDF3; }
a { background-color: rgb(202,221,243); }
div.DivClassName
{
background-color: #CADDF3;
}
.BgClassName
{
background-color: #CADDF3;
}
</style>
border-color css
<style>
span { border-color: #CADDF3; }
span { border-color: rgb(202,221,243); }
td.TdClassName
{
border-color: #CADDF3;
}
.TagClassName
{
border-color: #CADDF3;
}
</style>