Shades of Surf Crest #CCDDC4
Tints of Surf Crest #CCDDC4
RGB
CMYK
RGB Variations
Color information
#CCDDC4 (or 0xCCDDC4) is known color: Surf Crest. HEX triplet: CC, DD and C4. RGB value is (204,221,196). Sum of RGB (Red+Green+Blue) = 204+221+196=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC4 is #33223B. Grayscale: #D5D5D5. Windows color (decimal): -3351100 or 12901836. OLE color: 12901836.
HSL color Cylindrical-coordinate representation of color #CCDDC4: hue angle of 100.8º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDDC4 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 196 | - |
CMYK | 0.08 | 0 | 0.11 | 0.13 |
HSL | 100.8º | 0.27% | 0.82% | - |
HSV(B) | 100.8º | 0.11% | 0.87% | - |
XYZ | 60.72 | 68.54 | 62.25 | - |
YUV | 213.07 | 118.37 | 121.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 196 | 0.08 | 0 | 0.11 | 0.13 | 100.8 | 0.27 | 0.82 |
Hex | CC | DD | C4 | 8 | 0 | B | D | 65 | 1B | 52 |
Octal | 314 | 335 | 304 | 10 | 0 | 13 | 15 | 145 | 33 | 122 |
Binary | 11001100 | 11011101 | 11000100 | 1000 | 0 | 1011 | 1101 | 1100101 | 11011 | 1010010 |
Color Harmonies of #CCDDC4
Complementary color
Monochromatic Colors of #CCDDC4
Black with #CCDDC4
Text Example
Text Example
White with #CCDDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDC4; }
p { color: rgb(204,221,196); }
H1.HeaderClassName
{
color: #CCDDC4;
}
.AnyTagClassName
{
color: #CCDDC4;
}
</style>
background-color css
<style>
a { background-color: #CCDDC4; }
a { background-color: rgb(204,221,196); }
div.DivClassName
{
background-color: #CCDDC4;
}
.BgClassName
{
background-color: #CCDDC4;
}
</style>
border-color css
<style>
span { border-color: #CCDDC4; }
span { border-color: rgb(204,221,196); }
td.TdClassName
{
border-color: #CCDDC4;
}
.TagClassName
{
border-color: #CCDDC4;
}
</style>