Shades of Sea Mist #CCDCCB
Tints of Sea Mist #CCDCCB
RGB
CMYK
RGB Variations
Color information
#CCDCCB (or 0xCCDCCB) is known color: Sea Mist. HEX triplet: CC, DC and CB. RGB value is (204,220,203). Sum of RGB (Red+Green+Blue) = 204+220+203=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCCB is #332334. Grayscale: #D5D5D5. Windows color (decimal): -3351349 or 13360332. OLE color: 13360332.
HSL color Cylindrical-coordinate representation of color #CCDCCB: hue angle of 116.47º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDCCB is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 203 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.14 |
| HSL | 116.47º | 0.2% | 0.83% | - |
| HSV(B) | 116.47º | 0.08% | 0.86% | - |
| XYZ | 61.27 | 68.34 | 66.46 | - |
| YUV | 213.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 203 | 0.07 | 0 | 0.08 | 0.14 | 116.47 | 0.2 | 0.83 |
| Hex | CC | DC | CB | 7 | 0 | 8 | E | 74 | 14 | 53 |
| Octal | 314 | 334 | 313 | 7 | 0 | 10 | 16 | 164 | 24 | 123 |
| Binary | 11001100 | 11011100 | 11001011 | 111 | 0 | 1000 | 1110 | 1110100 | 10100 | 1010011 |
Color Harmonies of #CCDCCB
Complementary color
Monochromatic Colors of #CCDCCB
Black with #CCDCCB
Text Example
Text Example
White with #CCDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCCB; }
p { color: rgb(204,220,203); }
H1.HeaderClassName
{
color: #CCDCCB;
}
.AnyTagClassName
{
color: #CCDCCB;
}
</style>
background-color css
<style>
a { background-color: #CCDCCB; }
a { background-color: rgb(204,220,203); }
div.DivClassName
{
background-color: #CCDCCB;
}
.BgClassName
{
background-color: #CCDCCB;
}
</style>
border-color css
<style>
span { border-color: #CCDCCB; }
span { border-color: rgb(204,220,203); }
td.TdClassName
{
border-color: #CCDCCB;
}
.TagClassName
{
border-color: #CCDCCB;
}
</style>