Shades of Pattens Blue #CEDCE3
Tints of Pattens Blue #CEDCE3
RGB
CMYK
RGB Variations
Color information
#CEDCE3 (or 0xCEDCE3) is known color: Pattens Blue. HEX triplet: CE, DC and E3. RGB value is (206,220,227). Sum of RGB (Red+Green+Blue) = 206+220+227=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEDCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCE3 is #31231C. Grayscale: #D8D8D8. Windows color (decimal): -3220253 or 14933198. OLE color: 14933198.
HSL color Cylindrical-coordinate representation of color #CEDCE3: hue angle of 200º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEDCE3 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 220 | 227 | - |
CMYK | 0.09 | 0.03 | 0 | 0.11 |
HSL | 200º | 0.27% | 0.85% | - |
HSV(B) | 200º | 0.09% | 0.89% | - |
XYZ | 64.91 | 69.85 | 82.74 | - |
YUV | 216.61 | 133.86 | 120.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 220 | 227 | 0.09 | 0.03 | 0 | 0.11 | 200 | 0.27 | 0.85 |
Hex | CE | DC | E3 | 9 | 3 | 0 | B | C8 | 1B | 55 |
Octal | 316 | 334 | 343 | 11 | 3 | 0 | 13 | 310 | 33 | 125 |
Binary | 11001110 | 11011100 | 11100011 | 1001 | 11 | 0 | 1011 | 11001000 | 11011 | 1010101 |
Color Harmonies of #CEDCE3
Complementary color
Monochromatic Colors of #CEDCE3
Black with #CEDCE3
Text Example
Text Example
White with #CEDCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDCE3; }
p { color: rgb(206,220,227); }
H1.HeaderClassName
{
color: #CEDCE3;
}
.AnyTagClassName
{
color: #CEDCE3;
}
</style>
background-color css
<style>
a { background-color: #CEDCE3; }
a { background-color: rgb(206,220,227); }
div.DivClassName
{
background-color: #CEDCE3;
}
.BgClassName
{
background-color: #CEDCE3;
}
</style>
border-color css
<style>
span { border-color: #CEDCE3; }
span { border-color: rgb(206,220,227); }
td.TdClassName
{
border-color: #CEDCE3;
}
.TagClassName
{
border-color: #CEDCE3;
}
</style>