Shades of Pattens Blue #CEDEEB
Tints of Pattens Blue #CEDEEB
RGB
CMYK
RGB Variations
Color information
#CEDEEB (or 0xCEDEEB) is known color: Pattens Blue. HEX triplet: CE, DE and EB. RGB value is (206,222,235). Sum of RGB (Red+Green+Blue) = 206+222+235=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEDEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEEB is #312114. Grayscale: #DADADA. Windows color (decimal): -3219733 or 15457998. OLE color: 15457998.
HSL color Cylindrical-coordinate representation of color #CEDEEB: hue angle of 206.9º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDEEB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 206 | 222 | 235 | - |
CMYK | 0.12 | 0.06 | 0 | 0.08 |
HSL | 206.9º | 0.42% | 0.86% | - |
HSV(B) | 206.9º | 0.12% | 0.92% | - |
XYZ | 66.57 | 71.36 | 88.86 | - |
YUV | 218.7 | 137.2 | 118.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 235 | 0.12 | 0.06 | 0 | 0.08 | 206.9 | 0.42 | 0.86 |
Hex | CE | DE | EB | C | 6 | 0 | 8 | CF | 2A | 56 |
Octal | 316 | 336 | 353 | 14 | 6 | 0 | 10 | 317 | 52 | 126 |
Binary | 11001110 | 11011110 | 11101011 | 1100 | 110 | 0 | 1000 | 11001111 | 101010 | 1010110 |
Color Harmonies of #CEDEEB
Complementary color
Monochromatic Colors of #CEDEEB
Black with #CEDEEB
Text Example
Text Example
White with #CEDEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEEB; }
p { color: rgb(206,222,235); }
H1.HeaderClassName
{
color: #CEDEEB;
}
.AnyTagClassName
{
color: #CEDEEB;
}
</style>
background-color css
<style>
a { background-color: #CEDEEB; }
a { background-color: rgb(206,222,235); }
div.DivClassName
{
background-color: #CEDEEB;
}
.BgClassName
{
background-color: #CEDEEB;
}
</style>
border-color css
<style>
span { border-color: #CEDEEB; }
span { border-color: rgb(206,222,235); }
td.TdClassName
{
border-color: #CEDEEB;
}
.TagClassName
{
border-color: #CEDEEB;
}
</style>