Shades of Pattens Blue #CFE6EE
Tints of Pattens Blue #CFE6EE
RGB
CMYK
RGB Variations
Color information
#CFE6EE (or 0xCFE6EE) is known color: Pattens Blue. HEX triplet: CF, E6 and EE. RGB value is (207,230,238). Sum of RGB (Red+Green+Blue) = 207+230+238=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 238 - color contains mainly: blue. Hex color #CFE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE6EE is #301911. Grayscale: #DFDFDF. Windows color (decimal): -3152146 or 15656655. OLE color: 15656655.
HSL color Cylindrical-coordinate representation of color #CFE6EE: hue angle of 195.48º degrees, saturation: 0.48, 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 #CFE6EE is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 230 | 238 | - |
CMYK | 0.13 | 0.03 | 0 | 0.07 |
HSL | 195.48º | 0.48% | 0.87% | - |
HSV(B) | 195.48º | 0.13% | 0.93% | - |
XYZ | 69.46 | 76.03 | 91.9 | - |
YUV | 224.04 | 135.88 | 115.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 230 | 238 | 0.13 | 0.03 | 0 | 0.07 | 195.48 | 0.48 | 0.87 |
Hex | CF | E6 | EE | D | 3 | 0 | 7 | C3 | 30 | 57 |
Octal | 317 | 346 | 356 | 15 | 3 | 0 | 7 | 303 | 60 | 127 |
Binary | 11001111 | 11100110 | 11101110 | 1101 | 11 | 0 | 111 | 11000011 | 110000 | 1010111 |
Color Harmonies of #CFE6EE
Complementary color
Monochromatic Colors of #CFE6EE
Black with #CFE6EE
Text Example
Text Example
White with #CFE6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6EE; }
p { color: rgb(207,230,238); }
H1.HeaderClassName
{
color: #CFE6EE;
}
.AnyTagClassName
{
color: #CFE6EE;
}
</style>
background-color css
<style>
a { background-color: #CFE6EE; }
a { background-color: rgb(207,230,238); }
div.DivClassName
{
background-color: #CFE6EE;
}
.BgClassName
{
background-color: #CFE6EE;
}
</style>
border-color css
<style>
span { border-color: #CFE6EE; }
span { border-color: rgb(207,230,238); }
td.TdClassName
{
border-color: #CFE6EE;
}
.TagClassName
{
border-color: #CFE6EE;
}
</style>