Shades of Pattens Blue #CEDFEC
Tints of Pattens Blue #CEDFEC
RGB
CMYK
RGB Variations
Color information
#CEDFEC (or 0xCEDFEC) is known color: Pattens Blue. HEX triplet: CE, DF and EC. RGB value is (206,223,236). Sum of RGB (Red+Green+Blue) = 206+223+236=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 223 (87.5% from 255 or 33.53% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFEC is #312013. Grayscale: #DBDBDB. Windows color (decimal): -3219476 or 15523790. OLE color: 15523790.
HSL color Cylindrical-coordinate representation of color #CEDFEC: hue angle of 206º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEDFEC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 223 | 236 | - |
CMYK | 0.13 | 0.06 | 0 | 0.07 |
HSL | 206º | 0.44% | 0.87% | - |
HSV(B) | 206º | 0.13% | 0.93% | - |
XYZ | 66.98 | 71.95 | 89.71 | - |
YUV | 219.4 | 137.37 | 118.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 236 | 0.13 | 0.06 | 0 | 0.07 | 206 | 0.44 | 0.87 |
Hex | CE | DF | EC | D | 6 | 0 | 7 | CE | 2C | 57 |
Octal | 316 | 337 | 354 | 15 | 6 | 0 | 7 | 316 | 54 | 127 |
Binary | 11001110 | 11011111 | 11101100 | 1101 | 110 | 0 | 111 | 11001110 | 101100 | 1010111 |
Color Harmonies of #CEDFEC
Complementary color
Monochromatic Colors of #CEDFEC
Black with #CEDFEC
Text Example
Text Example
White with #CEDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFEC; }
p { color: rgb(206,223,236); }
H1.HeaderClassName
{
color: #CEDFEC;
}
.AnyTagClassName
{
color: #CEDFEC;
}
</style>
background-color css
<style>
a { background-color: #CEDFEC; }
a { background-color: rgb(206,223,236); }
div.DivClassName
{
background-color: #CEDFEC;
}
.BgClassName
{
background-color: #CEDFEC;
}
</style>
border-color css
<style>
span { border-color: #CEDFEC; }
span { border-color: rgb(206,223,236); }
td.TdClassName
{
border-color: #CEDFEC;
}
.TagClassName
{
border-color: #CEDFEC;
}
</style>