Shades of Pattens Blue #CEDFE9
Tints of Pattens Blue #CEDFE9
RGB
CMYK
RGB Variations
Color information
#CEDFE9 (or 0xCEDFE9) is known color: Pattens Blue. HEX triplet: CE, DF and E9. RGB value is (206,223,233). Sum of RGB (Red+Green+Blue) = 206+223+233=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 233 - color contains mainly: blue. Hex color #CEDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDFE9 is #312016. Grayscale: #DBDBDB. Windows color (decimal): -3219479 or 15327182. OLE color: 15327182.
HSL color Cylindrical-coordinate representation of color #CEDFE9: hue angle of 202.22º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDFE9 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 223 | 233 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.09 |
| HSL | 202.22º | 0.38% | 0.86% | - |
| HSV(B) | 202.22º | 0.12% | 0.91% | - |
| XYZ | 66.55 | 71.78 | 87.44 | - |
| YUV | 219.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 233 | 0.12 | 0.04 | 0 | 0.09 | 202.22 | 0.38 | 0.86 |
| Hex | CE | DF | E9 | C | 4 | 0 | 9 | CA | 26 | 56 |
| Octal | 316 | 337 | 351 | 14 | 4 | 0 | 11 | 312 | 46 | 126 |
| Binary | 11001110 | 11011111 | 11101001 | 1100 | 100 | 0 | 1001 | 11001010 | 100110 | 1010110 |
Color Harmonies of #CEDFE9
Complementary color
Monochromatic Colors of #CEDFE9
Black with #CEDFE9
Text Example
Text Example
White with #CEDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFE9; }
p { color: rgb(206,223,233); }
H1.HeaderClassName
{
color: #CEDFE9;
}
.AnyTagClassName
{
color: #CEDFE9;
}
</style>
background-color css
<style>
a { background-color: #CEDFE9; }
a { background-color: rgb(206,223,233); }
div.DivClassName
{
background-color: #CEDFE9;
}
.BgClassName
{
background-color: #CEDFE9;
}
</style>
border-color css
<style>
span { border-color: #CEDFE9; }
span { border-color: rgb(206,223,233); }
td.TdClassName
{
border-color: #CEDFE9;
}
.TagClassName
{
border-color: #CEDFE9;
}
</style>