Shades of Hawkes Blue #CDDAE7
Tints of Hawkes Blue #CDDAE7
RGB
CMYK
RGB Variations
Color information
#CDDAE7 (or 0xCDDAE7) is known color: Hawkes Blue. HEX triplet: CD, DA and E7. RGB value is (205,218,231). Sum of RGB (Red+Green+Blue) = 205+218+231=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 231 (90.62% from 255 or 35.32% from 654); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAE7 is #322518. Grayscale: #D7D7D7. Windows color (decimal): -3286297 or 15194829. OLE color: 15194829.
HSL color Cylindrical-coordinate representation of color #CDDAE7: hue angle of 210º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDDAE7 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 218 | 231 | - |
CMYK | 0.11 | 0.06 | 0 | 0.09 |
HSL | 210º | 0.35% | 0.85% | - |
HSV(B) | 210º | 0.11% | 0.91% | - |
XYZ | 64.67 | 68.89 | 85.49 | - |
YUV | 215.6 | 136.69 | 120.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 218 | 231 | 0.11 | 0.06 | 0 | 0.09 | 210 | 0.35 | 0.85 |
Hex | CD | DA | E7 | B | 6 | 0 | 9 | D2 | 23 | 55 |
Octal | 315 | 332 | 347 | 13 | 6 | 0 | 11 | 322 | 43 | 125 |
Binary | 11001101 | 11011010 | 11100111 | 1011 | 110 | 0 | 1001 | 11010010 | 100011 | 1010101 |
Color Harmonies of #CDDAE7
Complementary color
Monochromatic Colors of #CDDAE7
Black with #CDDAE7
Text Example
Text Example
White with #CDDAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAE7; }
p { color: rgb(205,218,231); }
H1.HeaderClassName
{
color: #CDDAE7;
}
.AnyTagClassName
{
color: #CDDAE7;
}
</style>
background-color css
<style>
a { background-color: #CDDAE7; }
a { background-color: rgb(205,218,231); }
div.DivClassName
{
background-color: #CDDAE7;
}
.BgClassName
{
background-color: #CDDAE7;
}
</style>
border-color css
<style>
span { border-color: #CDDAE7; }
span { border-color: rgb(205,218,231); }
td.TdClassName
{
border-color: #CDDAE7;
}
.TagClassName
{
border-color: #CDDAE7;
}
</style>