Shades of Hawkes Blue #CADBED
Tints of Hawkes Blue #CADBED
RGB
CMYK
RGB Variations
Color information
#CADBED (or 0xCADBED) is known color: Hawkes Blue. HEX triplet: CA, DB and ED. RGB value is (202,219,237). Sum of RGB (Red+Green+Blue) = 202+219+237=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #CADBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBED is #352412. Grayscale: #D7D7D7. Windows color (decimal): -3482643 or 15588298. OLE color: 15588298.
HSL color Cylindrical-coordinate representation of color #CADBED: hue angle of 210.86º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADBED is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 219 | 237 | - |
CMYK | 0.15 | 0.08 | 0 | 0.07 |
HSL | 210.86º | 0.49% | 0.86% | - |
HSV(B) | 210.86º | 0.15% | 0.93% | - |
XYZ | 64.97 | 69.33 | 90.08 | - |
YUV | 215.97 | 139.87 | 118.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 237 | 0.15 | 0.08 | 0 | 0.07 | 210.86 | 0.49 | 0.86 |
Hex | CA | DB | ED | F | 8 | 0 | 7 | D3 | 31 | 56 |
Octal | 312 | 333 | 355 | 17 | 10 | 0 | 7 | 323 | 61 | 126 |
Binary | 11001010 | 11011011 | 11101101 | 1111 | 1000 | 0 | 111 | 11010011 | 110001 | 1010110 |
Color Harmonies of #CADBED
Complementary color
Monochromatic Colors of #CADBED
Black with #CADBED
Text Example
Text Example
White with #CADBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBED; }
p { color: rgb(202,219,237); }
H1.HeaderClassName
{
color: #CADBED;
}
.AnyTagClassName
{
color: #CADBED;
}
</style>
background-color css
<style>
a { background-color: #CADBED; }
a { background-color: rgb(202,219,237); }
div.DivClassName
{
background-color: #CADBED;
}
.BgClassName
{
background-color: #CADBED;
}
</style>
border-color css
<style>
span { border-color: #CADBED; }
span { border-color: rgb(202,219,237); }
td.TdClassName
{
border-color: #CADBED;
}
.TagClassName
{
border-color: #CADBED;
}
</style>