Shades of Pattens Blue #CFE0ED
Tints of Pattens Blue #CFE0ED
RGB
CMYK
RGB Variations
Color information
#CFE0ED (or 0xCFE0ED) is known color: Pattens Blue. HEX triplet: CF, E0 and ED. RGB value is (207,224,237). Sum of RGB (Red+Green+Blue) = 207+224+237=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0ED is #301F12. Grayscale: #DCDCDC. Windows color (decimal): -3153683 or 15589583. OLE color: 15589583.
HSL color Cylindrical-coordinate representation of color #CFE0ED: hue angle of 206º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE0ED is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 224 | 237 | - |
CMYK | 0.13 | 0.05 | 0 | 0.07 |
HSL | 206º | 0.45% | 0.87% | - |
HSV(B) | 206º | 0.13% | 0.93% | - |
XYZ | 67.67 | 72.69 | 90.58 | - |
YUV | 220.4 | 137.37 | 118.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 224 | 237 | 0.13 | 0.05 | 0 | 0.07 | 206 | 0.45 | 0.87 |
Hex | CF | E0 | ED | D | 5 | 0 | 7 | CE | 2D | 57 |
Octal | 317 | 340 | 355 | 15 | 5 | 0 | 7 | 316 | 55 | 127 |
Binary | 11001111 | 11100000 | 11101101 | 1101 | 101 | 0 | 111 | 11001110 | 101101 | 1010111 |
Color Harmonies of #CFE0ED
Complementary color
Monochromatic Colors of #CFE0ED
Black with #CFE0ED
Text Example
Text Example
White with #CFE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0ED; }
p { color: rgb(207,224,237); }
H1.HeaderClassName
{
color: #CFE0ED;
}
.AnyTagClassName
{
color: #CFE0ED;
}
</style>
background-color css
<style>
a { background-color: #CFE0ED; }
a { background-color: rgb(207,224,237); }
div.DivClassName
{
background-color: #CFE0ED;
}
.BgClassName
{
background-color: #CFE0ED;
}
</style>
border-color css
<style>
span { border-color: #CFE0ED; }
span { border-color: rgb(207,224,237); }
td.TdClassName
{
border-color: #CFE0ED;
}
.TagClassName
{
border-color: #CFE0ED;
}
</style>