Shades of Sea Mist #C8DBCA
Tints of Sea Mist #C8DBCA
RGB
CMYK
RGB Variations
Color information
#C8DBCA (or 0xC8DBCA) is known color: Sea Mist. HEX triplet: C8, DB and CA. RGB value is (200,219,202). Sum of RGB (Red+Green+Blue) = 200+219+202=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8DBCA is #372435. Grayscale: #D3D3D3. Windows color (decimal): -3613750 or 13294536. OLE color: 13294536.
HSL color Cylindrical-coordinate representation of color #C8DBCA: hue angle of 126.32º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8DBCA is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 200 | 219 | 202 | - |
CMYK | 0.09 | 0 | 0.08 | 0.14 |
HSL | 126.32º | 0.21% | 0.82% | - |
HSV(B) | 126.32º | 0.09% | 0.86% | - |
XYZ | 59.81 | 67.21 | 65.7 | - |
YUV | 211.38 | 122.71 | 119.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 219 | 202 | 0.09 | 0 | 0.08 | 0.14 | 126.32 | 0.21 | 0.82 |
Hex | C8 | DB | CA | 9 | 0 | 8 | E | 7E | 15 | 52 |
Octal | 310 | 333 | 312 | 11 | 0 | 10 | 16 | 176 | 25 | 122 |
Binary | 11001000 | 11011011 | 11001010 | 1001 | 0 | 1000 | 1110 | 1111110 | 10101 | 1010010 |
Color Harmonies of #C8DBCA
Complementary color
Monochromatic Colors of #C8DBCA
Black with #C8DBCA
Text Example
Text Example
White with #C8DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DBCA; }
p { color: rgb(200,219,202); }
H1.HeaderClassName
{
color: #C8DBCA;
}
.AnyTagClassName
{
color: #C8DBCA;
}
</style>
background-color css
<style>
a { background-color: #C8DBCA; }
a { background-color: rgb(200,219,202); }
div.DivClassName
{
background-color: #C8DBCA;
}
.BgClassName
{
background-color: #C8DBCA;
}
</style>
border-color css
<style>
span { border-color: #C8DBCA; }
span { border-color: rgb(200,219,202); }
td.TdClassName
{
border-color: #C8DBCA;
}
.TagClassName
{
border-color: #C8DBCA;
}
</style>