Shades of Hawkes Blue #CFDDF2
Tints of Hawkes Blue #CFDDF2
RGB
CMYK
RGB Variations
Color information
#CFDDF2 (or 0xCFDDF2) is known color: Hawkes Blue. HEX triplet: CF, DD and F2. RGB value is (207,221,242). Sum of RGB (Red+Green+Blue) = 207+221+242=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF2 is #30220D. Grayscale: #DBDBDB. Windows color (decimal): -3154446 or 15916495. OLE color: 15916495.
HSL color Cylindrical-coordinate representation of color #CFDDF2: hue angle of 216º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDDF2 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 221 | 242 | - |
CMYK | 0.14 | 0.09 | 0 | 0.05 |
HSL | 216º | 0.57% | 0.88% | - |
HSV(B) | 216º | 0.14% | 0.95% | - |
XYZ | 67.62 | 71.39 | 94.22 | - |
YUV | 219.21 | 140.86 | 119.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 221 | 242 | 0.14 | 0.09 | 0 | 0.05 | 216 | 0.57 | 0.88 |
Hex | CF | DD | F2 | E | 9 | 0 | 5 | D8 | 39 | 58 |
Octal | 317 | 335 | 362 | 16 | 11 | 0 | 5 | 330 | 71 | 130 |
Binary | 11001111 | 11011101 | 11110010 | 1110 | 1001 | 0 | 101 | 11011000 | 111001 | 1011000 |
Color Harmonies of #CFDDF2
Complementary color
Monochromatic Colors of #CFDDF2
Black with #CFDDF2
Text Example
Text Example
White with #CFDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDF2; }
p { color: rgb(207,221,242); }
H1.HeaderClassName
{
color: #CFDDF2;
}
.AnyTagClassName
{
color: #CFDDF2;
}
</style>
background-color css
<style>
a { background-color: #CFDDF2; }
a { background-color: rgb(207,221,242); }
div.DivClassName
{
background-color: #CFDDF2;
}
.BgClassName
{
background-color: #CFDDF2;
}
</style>
border-color css
<style>
span { border-color: #CFDDF2; }
span { border-color: rgb(207,221,242); }
td.TdClassName
{
border-color: #CFDDF2;
}
.TagClassName
{
border-color: #CFDDF2;
}
</style>