Shades of Pattens Blue #CEDFE7
Tints of Pattens Blue #CEDFE7
RGB
CMYK
RGB Variations
Color information
#CEDFE7 (or 0xCEDFE7) is known color: Pattens Blue. HEX triplet: CE, DF and E7. RGB value is (206,223,231). Sum of RGB (Red+Green+Blue) = 206+223+231=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFE7 is #312018. Grayscale: #DADADA. Windows color (decimal): -3219481 or 15196110. OLE color: 15196110.
HSL color Cylindrical-coordinate representation of color #CEDFE7: hue angle of 199.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEDFE7 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 223 | 231 | - |
CMYK | 0.11 | 0.03 | 0 | 0.09 |
HSL | 199.2º | 0.34% | 0.86% | - |
HSV(B) | 199.2º | 0.11% | 0.91% | - |
XYZ | 66.27 | 71.67 | 85.94 | - |
YUV | 218.83 | 134.87 | 118.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 231 | 0.11 | 0.03 | 0 | 0.09 | 199.2 | 0.34 | 0.86 |
Hex | CE | DF | E7 | B | 3 | 0 | 9 | C7 | 22 | 56 |
Octal | 316 | 337 | 347 | 13 | 3 | 0 | 11 | 307 | 42 | 126 |
Binary | 11001110 | 11011111 | 11100111 | 1011 | 11 | 0 | 1001 | 11000111 | 100010 | 1010110 |
Color Harmonies of #CEDFE7
Complementary color
Monochromatic Colors of #CEDFE7
Black with #CEDFE7
Text Example
Text Example
White with #CEDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFE7; }
p { color: rgb(206,223,231); }
H1.HeaderClassName
{
color: #CEDFE7;
}
.AnyTagClassName
{
color: #CEDFE7;
}
</style>
background-color css
<style>
a { background-color: #CEDFE7; }
a { background-color: rgb(206,223,231); }
div.DivClassName
{
background-color: #CEDFE7;
}
.BgClassName
{
background-color: #CEDFE7;
}
</style>
border-color css
<style>
span { border-color: #CEDFE7; }
span { border-color: rgb(206,223,231); }
td.TdClassName
{
border-color: #CEDFE7;
}
.TagClassName
{
border-color: #CEDFE7;
}
</style>