Shades of Surf Crest #CCDCC4
Tints of Surf Crest #CCDCC4
RGB
CMYK
RGB Variations
Color information
#CCDCC4 (or 0xCCDCC4) is known color: Surf Crest. HEX triplet: CC, DC and C4. RGB value is (204,220,196). Sum of RGB (Red+Green+Blue) = 204+220+196=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCC4 is #33233B. Grayscale: #D4D4D4. Windows color (decimal): -3351356 or 12901580. OLE color: 12901580.
HSL color Cylindrical-coordinate representation of color #CCDCC4: hue angle of 100º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDCC4 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 196 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.14 |
| HSL | 100º | 0.26% | 0.82% | - |
| HSV(B) | 100º | 0.11% | 0.86% | - |
| XYZ | 60.46 | 68.01 | 62.17 | - |
| YUV | 212.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 196 | 0.07 | 0 | 0.11 | 0.14 | 100 | 0.26 | 0.82 |
| Hex | CC | DC | C4 | 7 | 0 | B | E | 64 | 1A | 52 |
| Octal | 314 | 334 | 304 | 7 | 0 | 13 | 16 | 144 | 32 | 122 |
| Binary | 11001100 | 11011100 | 11000100 | 111 | 0 | 1011 | 1110 | 1100100 | 11010 | 1010010 |
Color Harmonies of #CCDCC4
Complementary color
Monochromatic Colors of #CCDCC4
Black with #CCDCC4
Text Example
Text Example
White with #CCDCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCC4; }
p { color: rgb(204,220,196); }
H1.HeaderClassName
{
color: #CCDCC4;
}
.AnyTagClassName
{
color: #CCDCC4;
}
</style>
background-color css
<style>
a { background-color: #CCDCC4; }
a { background-color: rgb(204,220,196); }
div.DivClassName
{
background-color: #CCDCC4;
}
.BgClassName
{
background-color: #CCDCC4;
}
</style>
border-color css
<style>
span { border-color: #CCDCC4; }
span { border-color: rgb(204,220,196); }
td.TdClassName
{
border-color: #CCDCC4;
}
.TagClassName
{
border-color: #CCDCC4;
}
</style>