Shades of Blue Romance #CEEECE
Tints of Blue Romance #CEEECE
RGB
CMYK
RGB Variations
Color information
#CEEECE (or 0xCEEECE) is known color: Blue Romance. HEX triplet: CE, EE and CE. RGB value is (206,238,206). Sum of RGB (Red+Green+Blue) = 206+238+206=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEECE is #311131. Grayscale: #E0E0E0. Windows color (decimal): -3215666 or 13561550. OLE color: 13561550.
HSL color Cylindrical-coordinate representation of color #CEEECE: hue angle of 120º degrees, saturation: 0.48, 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 #CEEECE is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 238 | 206 | - |
CMYK | 0.13 | 0 | 0.13 | 0.07 |
HSL | 120º | 0.48% | 0.87% | - |
HSV(B) | 120º | 0.13% | 0.93% | - |
XYZ | 67.17 | 78.73 | 70.05 | - |
YUV | 224.78 | 117.4 | 114.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 238 | 206 | 0.13 | 0 | 0.13 | 0.07 | 120 | 0.48 | 0.87 |
Hex | CE | EE | CE | D | 0 | D | 7 | 78 | 30 | 57 |
Octal | 316 | 356 | 316 | 15 | 0 | 15 | 7 | 170 | 60 | 127 |
Binary | 11001110 | 11101110 | 11001110 | 1101 | 0 | 1101 | 111 | 1111000 | 110000 | 1010111 |
Color Harmonies of #CEEECE
Complementary color
Monochromatic Colors of #CEEECE
Black with #CEEECE
Text Example
Text Example
White with #CEEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEECE; }
p { color: rgb(206,238,206); }
H1.HeaderClassName
{
color: #CEEECE;
}
.AnyTagClassName
{
color: #CEEECE;
}
</style>
background-color css
<style>
a { background-color: #CEEECE; }
a { background-color: rgb(206,238,206); }
div.DivClassName
{
background-color: #CEEECE;
}
.BgClassName
{
background-color: #CEEECE;
}
</style>
border-color css
<style>
span { border-color: #CEEECE; }
span { border-color: rgb(206,238,206); }
td.TdClassName
{
border-color: #CEEECE;
}
.TagClassName
{
border-color: #CEEECE;
}
</style>