Shades of Sea Mist #CFDCCF
Tints of Sea Mist #CFDCCF
RGB
CMYK
RGB Variations
Color information
#CFDCCF (or 0xCFDCCF) is known color: Sea Mist. HEX triplet: CF, DC and CF. RGB value is (207,220,207). Sum of RGB (Red+Green+Blue) = 207+220+207=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCCF is #302330. Grayscale: #D6D6D6. Windows color (decimal): -3154737 or 13622479. OLE color: 13622479.
HSL color Cylindrical-coordinate representation of color #CFDCCF: hue angle of 120º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDCCF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 220 | 207 | - |
CMYK | 0.06 | 0 | 0.06 | 0.14 |
HSL | 120º | 0.16% | 0.84% | - |
HSV(B) | 120º | 0.06% | 0.86% | - |
XYZ | 62.59 | 68.96 | 69.04 | - |
YUV | 214.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 220 | 207 | 0.06 | 0 | 0.06 | 0.14 | 120 | 0.16 | 0.84 |
Hex | CF | DC | CF | 6 | 0 | 6 | E | 78 | 10 | 54 |
Octal | 317 | 334 | 317 | 6 | 0 | 6 | 16 | 170 | 20 | 124 |
Binary | 11001111 | 11011100 | 11001111 | 110 | 0 | 110 | 1110 | 1111000 | 10000 | 1010100 |
Color Harmonies of #CFDCCF
Complementary color
Monochromatic Colors of #CFDCCF
Black with #CFDCCF
Text Example
Text Example
White with #CFDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCCF; }
p { color: rgb(207,220,207); }
H1.HeaderClassName
{
color: #CFDCCF;
}
.AnyTagClassName
{
color: #CFDCCF;
}
</style>
background-color css
<style>
a { background-color: #CFDCCF; }
a { background-color: rgb(207,220,207); }
div.DivClassName
{
background-color: #CFDCCF;
}
.BgClassName
{
background-color: #CFDCCF;
}
</style>
border-color css
<style>
span { border-color: #CFDCCF; }
span { border-color: rgb(207,220,207); }
td.TdClassName
{
border-color: #CFDCCF;
}
.TagClassName
{
border-color: #CFDCCF;
}
</style>