Shades of Pattens Blue #CEDBE7
Tints of Pattens Blue #CEDBE7
RGB
CMYK
RGB Variations
Color information
#CEDBE7 (or 0xCEDBE7) is known color: Pattens Blue. HEX triplet: CE, DB and E7. RGB value is (206,219,231). Sum of RGB (Red+Green+Blue) = 206+219+231=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 219 (85.94% from 255 or 33.38% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBE7 is #312418. Grayscale: #D8D8D8. Windows color (decimal): -3220505 or 15195086. OLE color: 15195086.
HSL color Cylindrical-coordinate representation of color #CEDBE7: hue angle of 208.8º 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 #CEDBE7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 206 | 219 | 231 | - |
CMYK | 0.11 | 0.05 | 0 | 0.09 |
HSL | 208.8º | 0.34% | 0.86% | - |
HSV(B) | 208.8º | 0.11% | 0.91% | - |
XYZ | 65.21 | 69.55 | 85.59 | - |
YUV | 216.48 | 136.19 | 120.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 219 | 231 | 0.11 | 0.05 | 0 | 0.09 | 208.8 | 0.34 | 0.86 |
Hex | CE | DB | E7 | B | 5 | 0 | 9 | D1 | 22 | 56 |
Octal | 316 | 333 | 347 | 13 | 5 | 0 | 11 | 321 | 42 | 126 |
Binary | 11001110 | 11011011 | 11100111 | 1011 | 101 | 0 | 1001 | 11010001 | 100010 | 1010110 |
Color Harmonies of #CEDBE7
Complementary color
Monochromatic Colors of #CEDBE7
Black with #CEDBE7
Text Example
Text Example
White with #CEDBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBE7; }
p { color: rgb(206,219,231); }
H1.HeaderClassName
{
color: #CEDBE7;
}
.AnyTagClassName
{
color: #CEDBE7;
}
</style>
background-color css
<style>
a { background-color: #CEDBE7; }
a { background-color: rgb(206,219,231); }
div.DivClassName
{
background-color: #CEDBE7;
}
.BgClassName
{
background-color: #CEDBE7;
}
</style>
border-color css
<style>
span { border-color: #CEDBE7; }
span { border-color: rgb(206,219,231); }
td.TdClassName
{
border-color: #CEDBE7;
}
.TagClassName
{
border-color: #CEDBE7;
}
</style>