Shades of Pattens Blue #CEDADE
Tints of Pattens Blue #CEDADE
RGB
CMYK
RGB Variations
Color information
#CEDADE (or 0xCEDADE) is known color: Pattens Blue. HEX triplet: CE, DA and DE. RGB value is (206,218,222). Sum of RGB (Red+Green+Blue) = 206+218+222=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 218 (85.55% from 255 or 33.75% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 222 - color contains mainly: blue. Hex color #CEDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDADE is #312521. Grayscale: #D6D6D6. Windows color (decimal): -3220770 or 14605006. OLE color: 14605006.
HSL color Cylindrical-coordinate representation of color #CEDADE: hue angle of 195º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDADE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 218 | 222 | - |
CMYK | 0.07 | 0.02 | 0 | 0.13 |
HSL | 195º | 0.2% | 0.84% | - |
HSV(B) | 195º | 0.07% | 0.87% | - |
XYZ | 63.71 | 68.54 | 78.98 | - |
YUV | 214.87 | 132.02 | 121.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 222 | 0.07 | 0.02 | 0 | 0.13 | 195 | 0.2 | 0.84 |
Hex | CE | DA | DE | 7 | 2 | 0 | D | C3 | 14 | 54 |
Octal | 316 | 332 | 336 | 7 | 2 | 0 | 15 | 303 | 24 | 124 |
Binary | 11001110 | 11011010 | 11011110 | 111 | 10 | 0 | 1101 | 11000011 | 10100 | 1010100 |
Color Harmonies of #CEDADE
Complementary color
Monochromatic Colors of #CEDADE
Black with #CEDADE
Text Example
Text Example
White with #CEDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDADE; }
p { color: rgb(206,218,222); }
H1.HeaderClassName
{
color: #CEDADE;
}
.AnyTagClassName
{
color: #CEDADE;
}
</style>
background-color css
<style>
a { background-color: #CEDADE; }
a { background-color: rgb(206,218,222); }
div.DivClassName
{
background-color: #CEDADE;
}
.BgClassName
{
background-color: #CEDADE;
}
</style>
border-color css
<style>
span { border-color: #CEDADE; }
span { border-color: rgb(206,218,222); }
td.TdClassName
{
border-color: #CEDADE;
}
.TagClassName
{
border-color: #CEDADE;
}
</style>