Shades of Pattens Blue #CEDFE6
Tints of Pattens Blue #CEDFE6
RGB
CMYK
RGB Variations
Color information
#CEDFE6 (or 0xCEDFE6) is known color: Pattens Blue. HEX triplet: CE, DF and E6. RGB value is (206,223,230). Sum of RGB (Red+Green+Blue) = 206+223+230=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFE6 is #312019. Grayscale: #DADADA. Windows color (decimal): -3219482 or 15130574. OLE color: 15130574.
HSL color Cylindrical-coordinate representation of color #CEDFE6: hue angle of 197.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDFE6 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 223 | 230 | - |
| CMYK | 0.10 | 0.03 | 0 | 0.10 |
| HSL | 197.5º | 0.32% | 0.85% | - |
| HSV(B) | 197.5º | 0.1% | 0.9% | - |
| XYZ | 66.12 | 71.61 | 85.2 | - |
| YUV | 218.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 230 | 0.10 | 0.03 | 0 | 0.10 | 197.5 | 0.32 | 0.85 |
| Hex | CE | DF | E6 | A | 3 | 0 | A | C6 | 20 | 55 |
| Octal | 316 | 337 | 346 | 12 | 3 | 0 | 12 | 306 | 40 | 125 |
| Binary | 11001110 | 11011111 | 11100110 | 1010 | 11 | 0 | 1010 | 11000110 | 100000 | 1010101 |
Color Harmonies of #CEDFE6
Complementary color
Monochromatic Colors of #CEDFE6
Black with #CEDFE6
Text Example
Text Example
White with #CEDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFE6; }
p { color: rgb(206,223,230); }
H1.HeaderClassName
{
color: #CEDFE6;
}
.AnyTagClassName
{
color: #CEDFE6;
}
</style>
background-color css
<style>
a { background-color: #CEDFE6; }
a { background-color: rgb(206,223,230); }
div.DivClassName
{
background-color: #CEDFE6;
}
.BgClassName
{
background-color: #CEDFE6;
}
</style>
border-color css
<style>
span { border-color: #CEDFE6; }
span { border-color: rgb(206,223,230); }
td.TdClassName
{
border-color: #CEDFE6;
}
.TagClassName
{
border-color: #CEDFE6;
}
</style>