Shades of Pattens Blue #C7DDEE
Tints of Pattens Blue #C7DDEE
RGB
CMYK
RGB Variations
Color information
#C7DDEE (or 0xC7DDEE) is known color: Pattens Blue. HEX triplet: C7, DD and EE. RGB value is (199,221,238). Sum of RGB (Red+Green+Blue) = 199+221+238=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7DDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DDEE is #382211. Grayscale: #D8D8D8. Windows color (decimal): -3678738 or 15654343. OLE color: 15654343.
HSL color Cylindrical-coordinate representation of color #C7DDEE: hue angle of 206.15º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7DDEE is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 221 | 238 | - |
CMYK | 0.16 | 0.07 | 0 | 0.07 |
HSL | 206.15º | 0.53% | 0.86% | - |
HSV(B) | 206.15º | 0.16% | 0.93% | - |
XYZ | 64.84 | 70.03 | 90.99 | - |
YUV | 216.36 | 140.21 | 115.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 221 | 238 | 0.16 | 0.07 | 0 | 0.07 | 206.15 | 0.53 | 0.86 |
Hex | C7 | DD | EE | 10 | 7 | 0 | 7 | CE | 35 | 56 |
Octal | 307 | 335 | 356 | 20 | 7 | 0 | 7 | 316 | 65 | 126 |
Binary | 11000111 | 11011101 | 11101110 | 10000 | 111 | 0 | 111 | 11001110 | 110101 | 1010110 |
Color Harmonies of #C7DDEE
Complementary color
Monochromatic Colors of #C7DDEE
Black with #C7DDEE
Text Example
Text Example
White with #C7DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDEE; }
p { color: rgb(199,221,238); }
H1.HeaderClassName
{
color: #C7DDEE;
}
.AnyTagClassName
{
color: #C7DDEE;
}
</style>
background-color css
<style>
a { background-color: #C7DDEE; }
a { background-color: rgb(199,221,238); }
div.DivClassName
{
background-color: #C7DDEE;
}
.BgClassName
{
background-color: #C7DDEE;
}
</style>
border-color css
<style>
span { border-color: #C7DDEE; }
span { border-color: rgb(199,221,238); }
td.TdClassName
{
border-color: #C7DDEE;
}
.TagClassName
{
border-color: #C7DDEE;
}
</style>