Shades of Hawkes Blue #CDDAEF
Tints of Hawkes Blue #CDDAEF
RGB
CMYK
RGB Variations
Color information
#CDDAEF (or 0xCDDAEF) is known color: Hawkes Blue. HEX triplet: CD, DA and EF. RGB value is (205,218,239). Sum of RGB (Red+Green+Blue) = 205+218+239=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAEF is #322510. Grayscale: #D8D8D8. Windows color (decimal): -3286289 or 15719117. OLE color: 15719117.
HSL color Cylindrical-coordinate representation of color #CDDAEF: hue angle of 217.06º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDAEF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 205 | 218 | 239 | - |
CMYK | 0.14 | 0.09 | 0 | 0.06 |
HSL | 217.06º | 0.52% | 0.87% | - |
HSV(B) | 217.06º | 0.14% | 0.94% | - |
XYZ | 65.83 | 69.35 | 91.58 | - |
YUV | 216.51 | 140.69 | 119.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 218 | 239 | 0.14 | 0.09 | 0 | 0.06 | 217.06 | 0.52 | 0.87 |
Hex | CD | DA | EF | E | 9 | 0 | 6 | D9 | 34 | 57 |
Octal | 315 | 332 | 357 | 16 | 11 | 0 | 6 | 331 | 64 | 127 |
Binary | 11001101 | 11011010 | 11101111 | 1110 | 1001 | 0 | 110 | 11011001 | 110100 | 1010111 |
Color Harmonies of #CDDAEF
Complementary color
Monochromatic Colors of #CDDAEF
Black with #CDDAEF
Text Example
Text Example
White with #CDDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAEF; }
p { color: rgb(205,218,239); }
H1.HeaderClassName
{
color: #CDDAEF;
}
.AnyTagClassName
{
color: #CDDAEF;
}
</style>
background-color css
<style>
a { background-color: #CDDAEF; }
a { background-color: rgb(205,218,239); }
div.DivClassName
{
background-color: #CDDAEF;
}
.BgClassName
{
background-color: #CDDAEF;
}
</style>
border-color css
<style>
span { border-color: #CDDAEF; }
span { border-color: rgb(205,218,239); }
td.TdClassName
{
border-color: #CDDAEF;
}
.TagClassName
{
border-color: #CDDAEF;
}
</style>