Shades of Hawkes Blue #CDDDF1
Tints of Hawkes Blue #CDDDF1
RGB
CMYK
RGB Variations
Color information
#CDDDF1 (or 0xCDDDF1) is known color: Hawkes Blue. HEX triplet: CD, DD and F1. RGB value is (205,221,241). Sum of RGB (Red+Green+Blue) = 205+221+241=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDF1 is #32220E. Grayscale: #DADADA. Windows color (decimal): -3285519 or 15850957. OLE color: 15850957.
HSL color Cylindrical-coordinate representation of color #CDDDF1: hue angle of 213.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDDDF1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 221 | 241 | - |
CMYK | 0.15 | 0.08 | 0 | 0.05 |
HSL | 213.33º | 0.56% | 0.87% | - |
HSV(B) | 213.33º | 0.15% | 0.95% | - |
XYZ | 66.91 | 71.04 | 93.41 | - |
YUV | 218.5 | 140.7 | 118.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 221 | 241 | 0.15 | 0.08 | 0 | 0.05 | 213.33 | 0.56 | 0.87 |
Hex | CD | DD | F1 | F | 8 | 0 | 5 | D5 | 38 | 57 |
Octal | 315 | 335 | 361 | 17 | 10 | 0 | 5 | 325 | 70 | 127 |
Binary | 11001101 | 11011101 | 11110001 | 1111 | 1000 | 0 | 101 | 11010101 | 111000 | 1010111 |
Color Harmonies of #CDDDF1
Complementary color
Monochromatic Colors of #CDDDF1
Black with #CDDDF1
Text Example
Text Example
White with #CDDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDF1; }
p { color: rgb(205,221,241); }
H1.HeaderClassName
{
color: #CDDDF1;
}
.AnyTagClassName
{
color: #CDDDF1;
}
</style>
background-color css
<style>
a { background-color: #CDDDF1; }
a { background-color: rgb(205,221,241); }
div.DivClassName
{
background-color: #CDDDF1;
}
.BgClassName
{
background-color: #CDDDF1;
}
</style>
border-color css
<style>
span { border-color: #CDDDF1; }
span { border-color: rgb(205,221,241); }
td.TdClassName
{
border-color: #CDDDF1;
}
.TagClassName
{
border-color: #CDDDF1;
}
</style>