Shades of Pattens Blue #CEDAE2
Tints of Pattens Blue #CEDAE2
RGB
CMYK
RGB Variations
Color information
#CEDAE2 (or 0xCEDAE2) is known color: Pattens Blue. HEX triplet: CE, DA and E2. RGB value is (206,218,226). Sum of RGB (Red+Green+Blue) = 206+218+226=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEDAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAE2 is #31251D. Grayscale: #D7D7D7. Windows color (decimal): -3220766 or 14867150. OLE color: 14867150.
HSL color Cylindrical-coordinate representation of color #CEDAE2: hue angle of 204º degrees, saturation: 0.26, 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 #CEDAE2 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 218 | 226 | - |
CMYK | 0.09 | 0.04 | 0 | 0.11 |
HSL | 204º | 0.26% | 0.85% | - |
HSV(B) | 204º | 0.09% | 0.89% | - |
XYZ | 64.25 | 68.76 | 81.84 | - |
YUV | 215.32 | 134.02 | 121.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 226 | 0.09 | 0.04 | 0 | 0.11 | 204 | 0.26 | 0.85 |
Hex | CE | DA | E2 | 9 | 4 | 0 | B | CC | 1A | 55 |
Octal | 316 | 332 | 342 | 11 | 4 | 0 | 13 | 314 | 32 | 125 |
Binary | 11001110 | 11011010 | 11100010 | 1001 | 100 | 0 | 1011 | 11001100 | 11010 | 1010101 |
Color Harmonies of #CEDAE2
Complementary color
Monochromatic Colors of #CEDAE2
Black with #CEDAE2
Text Example
Text Example
White with #CEDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAE2; }
p { color: rgb(206,218,226); }
H1.HeaderClassName
{
color: #CEDAE2;
}
.AnyTagClassName
{
color: #CEDAE2;
}
</style>
background-color css
<style>
a { background-color: #CEDAE2; }
a { background-color: rgb(206,218,226); }
div.DivClassName
{
background-color: #CEDAE2;
}
.BgClassName
{
background-color: #CEDAE2;
}
</style>
border-color css
<style>
span { border-color: #CEDAE2; }
span { border-color: rgb(206,218,226); }
td.TdClassName
{
border-color: #CEDAE2;
}
.TagClassName
{
border-color: #CEDAE2;
}
</style>