Shades of Pattens Blue #CEDEEA
Tints of Pattens Blue #CEDEEA
RGB
CMYK
RGB Variations
Color information
#CEDEEA (or 0xCEDEEA) is known color: Pattens Blue. HEX triplet: CE, DE and EA. RGB value is (206,222,234). Sum of RGB (Red+Green+Blue) = 206+222+234=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDEEA is #312115. Grayscale: #DADADA. Windows color (decimal): -3219734 or 15392462. OLE color: 15392462.
HSL color Cylindrical-coordinate representation of color #CEDEEA: hue angle of 205.71º degrees, saturation: 0.4, 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 #CEDEEA is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 206 | 222 | 234 | - |
CMYK | 0.12 | 0.05 | 0 | 0.08 |
HSL | 205.71º | 0.4% | 0.86% | - |
HSV(B) | 205.71º | 0.12% | 0.92% | - |
XYZ | 66.43 | 71.3 | 88.1 | - |
YUV | 218.58 | 136.7 | 119.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 222 | 234 | 0.12 | 0.05 | 0 | 0.08 | 205.71 | 0.4 | 0.86 |
Hex | CE | DE | EA | C | 5 | 0 | 8 | CE | 28 | 56 |
Octal | 316 | 336 | 352 | 14 | 5 | 0 | 10 | 316 | 50 | 126 |
Binary | 11001110 | 11011110 | 11101010 | 1100 | 101 | 0 | 1000 | 11001110 | 101000 | 1010110 |
Color Harmonies of #CEDEEA
Complementary color
Monochromatic Colors of #CEDEEA
Black with #CEDEEA
Text Example
Text Example
White with #CEDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDEEA; }
p { color: rgb(206,222,234); }
H1.HeaderClassName
{
color: #CEDEEA;
}
.AnyTagClassName
{
color: #CEDEEA;
}
</style>
background-color css
<style>
a { background-color: #CEDEEA; }
a { background-color: rgb(206,222,234); }
div.DivClassName
{
background-color: #CEDEEA;
}
.BgClassName
{
background-color: #CEDEEA;
}
</style>
border-color css
<style>
span { border-color: #CEDEEA; }
span { border-color: rgb(206,222,234); }
td.TdClassName
{
border-color: #CEDEEA;
}
.TagClassName
{
border-color: #CEDEEA;
}
</style>