Shades of Hawkes Blue #CCDBED
Tints of Hawkes Blue #CCDBED
RGB
CMYK
RGB Variations
Color information
#CCDBED (or 0xCCDBED) is known color: Hawkes Blue. HEX triplet: CC, DB and ED. RGB value is (204,219,237). Sum of RGB (Red+Green+Blue) = 204+219+237=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBED is #332412. Grayscale: #D8D8D8. Windows color (decimal): -3351571 or 15588300. OLE color: 15588300.
HSL color Cylindrical-coordinate representation of color #CCDBED: hue angle of 212.73º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDBED is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 219 | 237 | - |
CMYK | 0.14 | 0.08 | 0 | 0.07 |
HSL | 212.73º | 0.48% | 0.86% | - |
HSV(B) | 212.73º | 0.14% | 0.93% | - |
XYZ | 65.52 | 69.61 | 90.1 | - |
YUV | 216.57 | 139.53 | 119.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 237 | 0.14 | 0.08 | 0 | 0.07 | 212.73 | 0.48 | 0.86 |
Hex | CC | DB | ED | E | 8 | 0 | 7 | D5 | 30 | 56 |
Octal | 314 | 333 | 355 | 16 | 10 | 0 | 7 | 325 | 60 | 126 |
Binary | 11001100 | 11011011 | 11101101 | 1110 | 1000 | 0 | 111 | 11010101 | 110000 | 1010110 |
Color Harmonies of #CCDBED
Complementary color
Monochromatic Colors of #CCDBED
Black with #CCDBED
Text Example
Text Example
White with #CCDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDBED; }
p { color: rgb(204,219,237); }
H1.HeaderClassName
{
color: #CCDBED;
}
.AnyTagClassName
{
color: #CCDBED;
}
</style>
background-color css
<style>
a { background-color: #CCDBED; }
a { background-color: rgb(204,219,237); }
div.DivClassName
{
background-color: #CCDBED;
}
.BgClassName
{
background-color: #CCDBED;
}
</style>
border-color css
<style>
span { border-color: #CCDBED; }
span { border-color: rgb(204,219,237); }
td.TdClassName
{
border-color: #CCDBED;
}
.TagClassName
{
border-color: #CCDBED;
}
</style>