Shades of Pattens Blue #CEDEE4
Tints of Pattens Blue #CEDEE4
RGB
CMYK
RGB Variations
Color information
#CEDEE4 (or 0xCEDEE4) is known color: Pattens Blue. HEX triplet: CE, DE and E4. RGB value is (206,222,228). Sum of RGB (Red+Green+Blue) = 206+222+228=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEDEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDEE4 is #31211B. Grayscale: #D9D9D9. Windows color (decimal): -3219740 or 14999246. OLE color: 14999246.
HSL color Cylindrical-coordinate representation of color #CEDEE4: hue angle of 196.36º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDEE4 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 222 | 228 | - |
CMYK | 0.10 | 0.03 | 0 | 0.11 |
HSL | 196.36º | 0.29% | 0.85% | - |
HSV(B) | 196.36º | 0.1% | 0.89% | - |
XYZ | 65.58 | 70.97 | 83.64 | - |
YUV | 217.9 | 133.7 | 119.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 228 | 0.10 | 0.03 | 0 | 0.11 | 196.36 | 0.29 | 0.85 |
Hex | CE | DE | E4 | A | 3 | 0 | B | C4 | 1D | 55 |
Octal | 316 | 336 | 344 | 12 | 3 | 0 | 13 | 304 | 35 | 125 |
Binary | 11001110 | 11011110 | 11100100 | 1010 | 11 | 0 | 1011 | 11000100 | 11101 | 1010101 |
Color Harmonies of #CEDEE4
Complementary color
Monochromatic Colors of #CEDEE4
Black with #CEDEE4
Text Example
Text Example
White with #CEDEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEE4; }
p { color: rgb(206,222,228); }
H1.HeaderClassName
{
color: #CEDEE4;
}
.AnyTagClassName
{
color: #CEDEE4;
}
</style>
background-color css
<style>
a { background-color: #CEDEE4; }
a { background-color: rgb(206,222,228); }
div.DivClassName
{
background-color: #CEDEE4;
}
.BgClassName
{
background-color: #CEDEE4;
}
</style>
border-color css
<style>
span { border-color: #CEDEE4; }
span { border-color: rgb(206,222,228); }
td.TdClassName
{
border-color: #CEDEE4;
}
.TagClassName
{
border-color: #CEDEE4;
}
</style>