Shades of Surf Crest #CCDDC6
Tints of Surf Crest #CCDDC6
RGB
CMYK
RGB Variations
Color information
#CCDDC6 (or 0xCCDDC6) is known color: Surf Crest. HEX triplet: CC, DD and C6. RGB value is (204,221,198). Sum of RGB (Red+Green+Blue) = 204+221+198=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC6 is #332239. Grayscale: #D5D5D5. Windows color (decimal): -3351098 or 13032908. OLE color: 13032908.
HSL color Cylindrical-coordinate representation of color #CCDDC6: hue angle of 104.35º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDDC6 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 198 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.13 |
| HSL | 104.35º | 0.25% | 0.82% | - |
| HSV(B) | 104.35º | 0.1% | 0.87% | - |
| XYZ | 60.95 | 68.63 | 63.46 | - |
| YUV | 213.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 198 | 0.08 | 0 | 0.10 | 0.13 | 104.35 | 0.25 | 0.82 |
| Hex | CC | DD | C6 | 8 | 0 | A | D | 68 | 19 | 52 |
| Octal | 314 | 335 | 306 | 10 | 0 | 12 | 15 | 150 | 31 | 122 |
| Binary | 11001100 | 11011101 | 11000110 | 1000 | 0 | 1010 | 1101 | 1101000 | 11001 | 1010010 |
Color Harmonies of #CCDDC6
Complementary color
Monochromatic Colors of #CCDDC6
Black with #CCDDC6
Text Example
Text Example
White with #CCDDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDC6; }
p { color: rgb(204,221,198); }
H1.HeaderClassName
{
color: #CCDDC6;
}
.AnyTagClassName
{
color: #CCDDC6;
}
</style>
background-color css
<style>
a { background-color: #CCDDC6; }
a { background-color: rgb(204,221,198); }
div.DivClassName
{
background-color: #CCDDC6;
}
.BgClassName
{
background-color: #CCDDC6;
}
</style>
border-color css
<style>
span { border-color: #CCDDC6; }
span { border-color: rgb(204,221,198); }
td.TdClassName
{
border-color: #CCDDC6;
}
.TagClassName
{
border-color: #CCDDC6;
}
</style>