Shades of Surf Crest #CCDFC8
Tints of Surf Crest #CCDFC8
RGB
CMYK
RGB Variations
Color information
#CCDFC8 (or 0xCCDFC8) is known color: Surf Crest. HEX triplet: CC, DF and C8. RGB value is (204,223,200). Sum of RGB (Red+Green+Blue) = 204+223+200=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC8 is #332037. Grayscale: #D6D6D6. Windows color (decimal): -3350584 or 13164492. OLE color: 13164492.
HSL color Cylindrical-coordinate representation of color #CCDFC8: hue angle of 109.57º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDFC8 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 200 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.13 |
| HSL | 109.57º | 0.26% | 0.83% | - |
| HSV(B) | 109.57º | 0.1% | 0.87% | - |
| XYZ | 61.71 | 69.78 | 64.86 | - |
| YUV | 214.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 200 | 0.09 | 0 | 0.10 | 0.13 | 109.57 | 0.26 | 0.83 |
| Hex | CC | DF | C8 | 9 | 0 | A | D | 6E | 1A | 53 |
| Octal | 314 | 337 | 310 | 11 | 0 | 12 | 15 | 156 | 32 | 123 |
| Binary | 11001100 | 11011111 | 11001000 | 1001 | 0 | 1010 | 1101 | 1101110 | 11010 | 1010011 |
Color Harmonies of #CCDFC8
Complementary color
Monochromatic Colors of #CCDFC8
Black with #CCDFC8
Text Example
Text Example
White with #CCDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFC8; }
p { color: rgb(204,223,200); }
H1.HeaderClassName
{
color: #CCDFC8;
}
.AnyTagClassName
{
color: #CCDFC8;
}
</style>
background-color css
<style>
a { background-color: #CCDFC8; }
a { background-color: rgb(204,223,200); }
div.DivClassName
{
background-color: #CCDFC8;
}
.BgClassName
{
background-color: #CCDFC8;
}
</style>
border-color css
<style>
span { border-color: #CCDFC8; }
span { border-color: rgb(204,223,200); }
td.TdClassName
{
border-color: #CCDFC8;
}
.TagClassName
{
border-color: #CCDFC8;
}
</style>