Shades of Hawkes Blue #CADBF4
Tints of Hawkes Blue #CADBF4
RGB
CMYK
RGB Variations
Color information
#CADBF4 (or 0xCADBF4) is known color: Hawkes Blue. HEX triplet: CA, DB and F4. RGB value is (202,219,244). Sum of RGB (Red+Green+Blue) = 202+219+244=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 244 - color contains mainly: blue. Hex color #CADBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBF4 is #35240B. Grayscale: #D8D8D8. Windows color (decimal): -3482636 or 16047050. OLE color: 16047050.
HSL color Cylindrical-coordinate representation of color #CADBF4: hue angle of 215.71º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADBF4 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 219 | 244 | - |
CMYK | 0.17 | 0.10 | 0 | 0.04 |
HSL | 215.71º | 0.66% | 0.87% | - |
HSV(B) | 215.71º | 0.17% | 0.96% | - |
XYZ | 66.02 | 69.75 | 95.57 | - |
YUV | 216.77 | 143.37 | 117.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 244 | 0.17 | 0.10 | 0 | 0.04 | 215.71 | 0.66 | 0.87 |
Hex | CA | DB | F4 | 11 | A | 0 | 4 | D8 | 42 | 57 |
Octal | 312 | 333 | 364 | 21 | 12 | 0 | 4 | 330 | 102 | 127 |
Binary | 11001010 | 11011011 | 11110100 | 10001 | 1010 | 0 | 100 | 11011000 | 1000010 | 1010111 |
Color Harmonies of #CADBF4
Complementary color
Monochromatic Colors of #CADBF4
Black with #CADBF4
Text Example
Text Example
White with #CADBF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBF4; }
p { color: rgb(202,219,244); }
H1.HeaderClassName
{
color: #CADBF4;
}
.AnyTagClassName
{
color: #CADBF4;
}
</style>
background-color css
<style>
a { background-color: #CADBF4; }
a { background-color: rgb(202,219,244); }
div.DivClassName
{
background-color: #CADBF4;
}
.BgClassName
{
background-color: #CADBF4;
}
</style>
border-color css
<style>
span { border-color: #CADBF4; }
span { border-color: rgb(202,219,244); }
td.TdClassName
{
border-color: #CADBF4;
}
.TagClassName
{
border-color: #CADBF4;
}
</style>