Shades of Pattens Blue #C7DEED
Tints of Pattens Blue #C7DEED
RGB
CMYK
RGB Variations
Color information
#C7DEED (or 0xC7DEED) is known color: Pattens Blue. HEX triplet: C7, DE and ED. RGB value is (199,222,237). Sum of RGB (Red+Green+Blue) = 199+222+237=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 222 (87.11% from 255 or 33.74% 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 #C7DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7DEED is #382112. Grayscale: #D8D8D8. Windows color (decimal): -3678483 or 15589063. OLE color: 15589063.
HSL color Cylindrical-coordinate representation of color #C7DEED: hue angle of 203.68º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7DEED is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 222 | 237 | - |
CMYK | 0.16 | 0.06 | 0 | 0.07 |
HSL | 203.68º | 0.51% | 0.85% | - |
HSV(B) | 203.68º | 0.16% | 0.93% | - |
XYZ | 64.96 | 70.5 | 90.3 | - |
YUV | 216.83 | 139.38 | 115.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 222 | 237 | 0.16 | 0.06 | 0 | 0.07 | 203.68 | 0.51 | 0.85 |
Hex | C7 | DE | ED | 10 | 6 | 0 | 7 | CC | 33 | 55 |
Octal | 307 | 336 | 355 | 20 | 6 | 0 | 7 | 314 | 63 | 125 |
Binary | 11000111 | 11011110 | 11101101 | 10000 | 110 | 0 | 111 | 11001100 | 110011 | 1010101 |
Color Harmonies of #C7DEED
Complementary color
Monochromatic Colors of #C7DEED
Black with #C7DEED
Text Example
Text Example
White with #C7DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEED; }
p { color: rgb(199,222,237); }
H1.HeaderClassName
{
color: #C7DEED;
}
.AnyTagClassName
{
color: #C7DEED;
}
</style>
background-color css
<style>
a { background-color: #C7DEED; }
a { background-color: rgb(199,222,237); }
div.DivClassName
{
background-color: #C7DEED;
}
.BgClassName
{
background-color: #C7DEED;
}
</style>
border-color css
<style>
span { border-color: #C7DEED; }
span { border-color: rgb(199,222,237); }
td.TdClassName
{
border-color: #C7DEED;
}
.TagClassName
{
border-color: #C7DEED;
}
</style>