Shades of Hawkes Blue #C3D3FF
Tints of Hawkes Blue #C3D3FF
RGB
CMYK
RGB Variations
Color information
#C3D3FF (or 0xC3D3FF) is known color: Hawkes Blue. HEX triplet: C3, D3 and FF. RGB value is (195,211,255). Sum of RGB (Red+Green+Blue) = 195+211+255=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 211 (82.81% from 255 or 31.92% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D3FF is #3C2C00. Grayscale: #D3D3D3. Windows color (decimal): -3943425 or 16765891. OLE color: 16765891.
HSL color Cylindrical-coordinate representation of color #C3D3FF: hue angle of 224º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3D3FF is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 211 | 255 | - |
| CMYK | 0.24 | 0.17 | 0 | 0 |
| HSL | 224º | 1% | 0.88% | - |
| HSV(B) | 224º | 0.24% | 1% | - |
| XYZ | 63.85 | 65.41 | 103.87 | - |
| YUV | 211.23 | 152.7 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 255 | 0.24 | 0.17 | 0 | 0 | 224 | 1 | 0.88 |
| Hex | C3 | D3 | FF | 18 | 11 | 0 | 0 | E0 | 64 | 58 |
| Octal | 303 | 323 | 377 | 30 | 21 | 0 | 0 | 340 | 144 | 130 |
| Binary | 11000011 | 11010011 | 11111111 | 11000 | 10001 | 0 | 0 | 11100000 | 1100100 | 1011000 |
Color Harmonies of #C3D3FF
Complementary color
Monochromatic Colors of #C3D3FF
Black with #C3D3FF
Text Example
Text Example
White with #C3D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D3FF; }
p { color: rgb(195,211,255); }
H1.HeaderClassName
{
color: #C3D3FF;
}
.AnyTagClassName
{
color: #C3D3FF;
}
</style>
background-color css
<style>
a { background-color: #C3D3FF; }
a { background-color: rgb(195,211,255); }
div.DivClassName
{
background-color: #C3D3FF;
}
.BgClassName
{
background-color: #C3D3FF;
}
</style>
border-color css
<style>
span { border-color: #C3D3FF; }
span { border-color: rgb(195,211,255); }
td.TdClassName
{
border-color: #C3D3FF;
}
.TagClassName
{
border-color: #C3D3FF;
}
</style>