Shades of Sea Mist #CBDACC
Tints of Sea Mist #CBDACC
RGB
CMYK
RGB Variations
Color information
#CBDACC (or 0xCBDACC) is known color: Sea Mist. HEX triplet: CB, DA and CC. RGB value is (203,218,204). Sum of RGB (Red+Green+Blue) = 203+218+204=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDACC is #342533. Grayscale: #D3D3D3. Windows color (decimal): -3417396 or 13425355. OLE color: 13425355.
HSL color Cylindrical-coordinate representation of color #CBDACC: hue angle of 124º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBDACC is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 204 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.15 |
| HSL | 124º | 0.17% | 0.83% | - |
| HSV(B) | 124º | 0.07% | 0.85% | - |
| XYZ | 60.6 | 67.2 | 66.9 | - |
| YUV | 211.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 204 | 0.07 | 0 | 0.06 | 0.15 | 124 | 0.17 | 0.83 |
| Hex | CB | DA | CC | 7 | 0 | 6 | F | 7C | 11 | 53 |
| Octal | 313 | 332 | 314 | 7 | 0 | 6 | 17 | 174 | 21 | 123 |
| Binary | 11001011 | 11011010 | 11001100 | 111 | 0 | 110 | 1111 | 1111100 | 10001 | 1010011 |
Color Harmonies of #CBDACC
Complementary color
Monochromatic Colors of #CBDACC
Black with #CBDACC
Text Example
Text Example
White with #CBDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDACC; }
p { color: rgb(203,218,204); }
H1.HeaderClassName
{
color: #CBDACC;
}
.AnyTagClassName
{
color: #CBDACC;
}
</style>
background-color css
<style>
a { background-color: #CBDACC; }
a { background-color: rgb(203,218,204); }
div.DivClassName
{
background-color: #CBDACC;
}
.BgClassName
{
background-color: #CBDACC;
}
</style>
border-color css
<style>
span { border-color: #CBDACC; }
span { border-color: rgb(203,218,204); }
td.TdClassName
{
border-color: #CBDACC;
}
.TagClassName
{
border-color: #CBDACC;
}
</style>