Shades of Hawkes Blue #CDDBF0
Tints of Hawkes Blue #CDDBF0
RGB
CMYK
RGB Variations
Color information
#CDDBF0 (or 0xCDDBF0) is known color: Hawkes Blue. HEX triplet: CD, DB and F0. RGB value is (205,219,240). Sum of RGB (Red+Green+Blue) = 205+219+240=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDDBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBF0 is #32240F. Grayscale: #D9D9D9. Windows color (decimal): -3286032 or 15784909. OLE color: 15784909.
HSL color Cylindrical-coordinate representation of color #CDDBF0: hue angle of 216º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDDBF0 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 205 | 219 | 240 | - |
CMYK | 0.15 | 0.09 | 0 | 0.06 |
HSL | 216º | 0.54% | 0.87% | - |
HSV(B) | 216º | 0.15% | 0.94% | - |
XYZ | 66.24 | 69.93 | 92.45 | - |
YUV | 217.21 | 140.86 | 119.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 219 | 240 | 0.15 | 0.09 | 0 | 0.06 | 216 | 0.54 | 0.87 |
Hex | CD | DB | F0 | F | 9 | 0 | 6 | D8 | 36 | 57 |
Octal | 315 | 333 | 360 | 17 | 11 | 0 | 6 | 330 | 66 | 127 |
Binary | 11001101 | 11011011 | 11110000 | 1111 | 1001 | 0 | 110 | 11011000 | 110110 | 1010111 |
Color Harmonies of #CDDBF0
Complementary color
Monochromatic Colors of #CDDBF0
Black with #CDDBF0
Text Example
Text Example
White with #CDDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBF0; }
p { color: rgb(205,219,240); }
H1.HeaderClassName
{
color: #CDDBF0;
}
.AnyTagClassName
{
color: #CDDBF0;
}
</style>
background-color css
<style>
a { background-color: #CDDBF0; }
a { background-color: rgb(205,219,240); }
div.DivClassName
{
background-color: #CDDBF0;
}
.BgClassName
{
background-color: #CDDBF0;
}
</style>
border-color css
<style>
span { border-color: #CDDBF0; }
span { border-color: rgb(205,219,240); }
td.TdClassName
{
border-color: #CDDBF0;
}
.TagClassName
{
border-color: #CDDBF0;
}
</style>