Shades of Hawkes Blue #CDDFF4
Tints of Hawkes Blue #CDDFF4
RGB
CMYK
RGB Variations
Color information
#CDDFF4 (or 0xCDDFF4) is known color: Hawkes Blue. HEX triplet: CD, DF and F4. RGB value is (205,223,244). Sum of RGB (Red+Green+Blue) = 205+223+244=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFF4 is #32200B. Grayscale: #DBDBDB. Windows color (decimal): -3285004 or 16048077. OLE color: 16048077.
HSL color Cylindrical-coordinate representation of color #CDDFF4: hue angle of 212.31º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDFF4 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 223 | 244 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.04 |
| HSL | 212.31º | 0.64% | 0.88% | - |
| HSV(B) | 212.31º | 0.16% | 0.96% | - |
| XYZ | 67.89 | 72.29 | 95.96 | - |
| YUV | 220.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 244 | 0.16 | 0.09 | 0 | 0.04 | 212.31 | 0.64 | 0.88 |
| Hex | CD | DF | F4 | 10 | 9 | 0 | 4 | D4 | 40 | 58 |
| Octal | 315 | 337 | 364 | 20 | 11 | 0 | 4 | 324 | 100 | 130 |
| Binary | 11001101 | 11011111 | 11110100 | 10000 | 1001 | 0 | 100 | 11010100 | 1000000 | 1011000 |
Color Harmonies of #CDDFF4
Complementary color
Monochromatic Colors of #CDDFF4
Black with #CDDFF4
Text Example
Text Example
White with #CDDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFF4; }
p { color: rgb(205,223,244); }
H1.HeaderClassName
{
color: #CDDFF4;
}
.AnyTagClassName
{
color: #CDDFF4;
}
</style>
background-color css
<style>
a { background-color: #CDDFF4; }
a { background-color: rgb(205,223,244); }
div.DivClassName
{
background-color: #CDDFF4;
}
.BgClassName
{
background-color: #CDDFF4;
}
</style>
border-color css
<style>
span { border-color: #CDDFF4; }
span { border-color: rgb(205,223,244); }
td.TdClassName
{
border-color: #CDDFF4;
}
.TagClassName
{
border-color: #CDDFF4;
}
</style>