Shades of Pattens Blue #CEDADF
Tints of Pattens Blue #CEDADF
RGB
CMYK
RGB Variations
Color information
#CEDADF (or 0xCEDADF) is known color: Pattens Blue. HEX triplet: CE, DA and DF. RGB value is (206,218,223). Sum of RGB (Red+Green+Blue) = 206+218+223=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #CEDADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDADF is #312520. Grayscale: #D6D6D6. Windows color (decimal): -3220769 or 14670542. OLE color: 14670542.
HSL color Cylindrical-coordinate representation of color #CEDADF: hue angle of 197.65º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDADF is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 218 | 223 | - |
CMYK | 0.08 | 0.02 | 0 | 0.13 |
HSL | 197.65º | 0.21% | 0.84% | - |
HSV(B) | 197.65º | 0.08% | 0.87% | - |
XYZ | 63.84 | 68.59 | 79.69 | - |
YUV | 214.98 | 132.52 | 121.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 223 | 0.08 | 0.02 | 0 | 0.13 | 197.65 | 0.21 | 0.84 |
Hex | CE | DA | DF | 8 | 2 | 0 | D | C6 | 15 | 54 |
Octal | 316 | 332 | 337 | 10 | 2 | 0 | 15 | 306 | 25 | 124 |
Binary | 11001110 | 11011010 | 11011111 | 1000 | 10 | 0 | 1101 | 11000110 | 10101 | 1010100 |
Color Harmonies of #CEDADF
Complementary color
Monochromatic Colors of #CEDADF
Black with #CEDADF
Text Example
Text Example
White with #CEDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDADF; }
p { color: rgb(206,218,223); }
H1.HeaderClassName
{
color: #CEDADF;
}
.AnyTagClassName
{
color: #CEDADF;
}
</style>
background-color css
<style>
a { background-color: #CEDADF; }
a { background-color: rgb(206,218,223); }
div.DivClassName
{
background-color: #CEDADF;
}
.BgClassName
{
background-color: #CEDADF;
}
</style>
border-color css
<style>
span { border-color: #CEDADF; }
span { border-color: rgb(206,218,223); }
td.TdClassName
{
border-color: #CEDADF;
}
.TagClassName
{
border-color: #CEDADF;
}
</style>