Shades of Surf Crest #CCDAC5
Tints of Surf Crest #CCDAC5
RGB
CMYK
RGB Variations
Color information
#CCDAC5 (or 0xCCDAC5) is known color: Surf Crest. HEX triplet: CC, DA and C5. RGB value is (204,218,197). Sum of RGB (Red+Green+Blue) = 204+218+197=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAC5 is #33253A. Grayscale: #D3D3D3. Windows color (decimal): -3351867 or 12966604. OLE color: 12966604.
HSL color Cylindrical-coordinate representation of color #CCDAC5: hue angle of 100º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDAC5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 197 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.15 |
| HSL | 100º | 0.22% | 0.81% | - |
| HSV(B) | 100º | 0.1% | 0.85% | - |
| XYZ | 60.05 | 67.01 | 62.59 | - |
| YUV | 211.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 197 | 0.06 | 0 | 0.10 | 0.15 | 100 | 0.22 | 0.81 |
| Hex | CC | DA | C5 | 6 | 0 | A | F | 64 | 16 | 51 |
| Octal | 314 | 332 | 305 | 6 | 0 | 12 | 17 | 144 | 26 | 121 |
| Binary | 11001100 | 11011010 | 11000101 | 110 | 0 | 1010 | 1111 | 1100100 | 10110 | 1010001 |
Color Harmonies of #CCDAC5
Complementary color
Monochromatic Colors of #CCDAC5
Black with #CCDAC5
Text Example
Text Example
White with #CCDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDAC5; }
p { color: rgb(204,218,197); }
H1.HeaderClassName
{
color: #CCDAC5;
}
.AnyTagClassName
{
color: #CCDAC5;
}
</style>
background-color css
<style>
a { background-color: #CCDAC5; }
a { background-color: rgb(204,218,197); }
div.DivClassName
{
background-color: #CCDAC5;
}
.BgClassName
{
background-color: #CCDAC5;
}
</style>
border-color css
<style>
span { border-color: #CCDAC5; }
span { border-color: rgb(204,218,197); }
td.TdClassName
{
border-color: #CCDAC5;
}
.TagClassName
{
border-color: #CCDAC5;
}
</style>