Shades of Hawkes Blue #CCDBFE
Tints of Hawkes Blue #CCDBFE
RGB
CMYK
RGB Variations
Color information
#CCDBFE (or 0xCCDBFE) is known color: Hawkes Blue. HEX triplet: CC, DB and FE. RGB value is (204,219,254). Sum of RGB (Red+Green+Blue) = 204+219+254=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCDBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBFE is #332401. Grayscale: #DADADA. Windows color (decimal): -3351554 or 16702412. OLE color: 16702412.
HSL color Cylindrical-coordinate representation of color #CCDBFE: hue angle of 222º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCDBFE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 204 | 219 | 254 | - |
CMYK | 0.20 | 0.14 | 0 | 0.00 |
HSL | 222º | 0.96% | 0.9% | - |
HSV(B) | 222º | 0.2% | 1% | - |
XYZ | 68.12 | 70.66 | 103.81 | - |
YUV | 218.51 | 148.03 | 117.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 254 | 0.20 | 0.14 | 0 | 0.00 | 222 | 0.96 | 0.9 |
Hex | CC | DB | FE | 14 | E | 0 | 0 | DE | 60 | 5A |
Octal | 314 | 333 | 376 | 24 | 16 | 0 | 0 | 336 | 140 | 132 |
Binary | 11001100 | 11011011 | 11111110 | 10100 | 1110 | 0 | 0 | 11011110 | 1100000 | 1011010 |
Color Harmonies of #CCDBFE
Complementary color
Monochromatic Colors of #CCDBFE
Black with #CCDBFE
Text Example
Text Example
White with #CCDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBFE; }
p { color: rgb(204,219,254); }
H1.HeaderClassName
{
color: #CCDBFE;
}
.AnyTagClassName
{
color: #CCDBFE;
}
</style>
background-color css
<style>
a { background-color: #CCDBFE; }
a { background-color: rgb(204,219,254); }
div.DivClassName
{
background-color: #CCDBFE;
}
.BgClassName
{
background-color: #CCDBFE;
}
</style>
border-color css
<style>
span { border-color: #CCDBFE; }
span { border-color: rgb(204,219,254); }
td.TdClassName
{
border-color: #CCDBFE;
}
.TagClassName
{
border-color: #CCDBFE;
}
</style>