Shades of Surf Crest #CCDFC4
Tints of Surf Crest #CCDFC4
RGB
CMYK
RGB Variations
Color information
#CCDFC4 (or 0xCCDFC4) is known color: Surf Crest. HEX triplet: CC, DF and C4. RGB value is (204,223,196). Sum of RGB (Red+Green+Blue) = 204+223+196=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC4 is #33203B. Grayscale: #D6D6D6. Windows color (decimal): -3350588 or 12902348. OLE color: 12902348.
HSL color Cylindrical-coordinate representation of color #CCDFC4: hue angle of 102.22º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDFC4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 196 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.13 |
| HSL | 102.22º | 0.3% | 0.82% | - |
| HSV(B) | 102.22º | 0.12% | 0.87% | - |
| XYZ | 61.25 | 69.6 | 62.43 | - |
| YUV | 214.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 196 | 0.09 | 0 | 0.12 | 0.13 | 102.22 | 0.3 | 0.82 |
| Hex | CC | DF | C4 | 9 | 0 | C | D | 66 | 1E | 52 |
| Octal | 314 | 337 | 304 | 11 | 0 | 14 | 15 | 146 | 36 | 122 |
| Binary | 11001100 | 11011111 | 11000100 | 1001 | 0 | 1100 | 1101 | 1100110 | 11110 | 1010010 |
Color Harmonies of #CCDFC4
Complementary color
Monochromatic Colors of #CCDFC4
Black with #CCDFC4
Text Example
Text Example
White with #CCDFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFC4; }
p { color: rgb(204,223,196); }
H1.HeaderClassName
{
color: #CCDFC4;
}
.AnyTagClassName
{
color: #CCDFC4;
}
</style>
background-color css
<style>
a { background-color: #CCDFC4; }
a { background-color: rgb(204,223,196); }
div.DivClassName
{
background-color: #CCDFC4;
}
.BgClassName
{
background-color: #CCDFC4;
}
</style>
border-color css
<style>
span { border-color: #CCDFC4; }
span { border-color: rgb(204,223,196); }
td.TdClassName
{
border-color: #CCDFC4;
}
.TagClassName
{
border-color: #CCDFC4;
}
</style>