Shades of Surf Crest #CCDFC2
Tints of Surf Crest #CCDFC2
RGB
CMYK
RGB Variations
Color information
#CCDFC2 (or 0xCCDFC2) is known color: Surf Crest. HEX triplet: CC, DF and C2. RGB value is (204,223,194). Sum of RGB (Red+Green+Blue) = 204+223+194=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC2 is #33203D. Grayscale: #D6D6D6. Windows color (decimal): -3350590 or 12771276. OLE color: 12771276.
HSL color Cylindrical-coordinate representation of color #CCDFC2: hue angle of 99.31º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDFC2 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 194 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.13 |
| HSL | 99.31º | 0.31% | 0.82% | - |
| HSV(B) | 99.31º | 0.13% | 0.87% | - |
| XYZ | 61.03 | 69.51 | 61.24 | - |
| YUV | 214.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 194 | 0.09 | 0 | 0.13 | 0.13 | 99.31 | 0.31 | 0.82 |
| Hex | CC | DF | C2 | 9 | 0 | D | D | 63 | 1F | 52 |
| Octal | 314 | 337 | 302 | 11 | 0 | 15 | 15 | 143 | 37 | 122 |
| Binary | 11001100 | 11011111 | 11000010 | 1001 | 0 | 1101 | 1101 | 1100011 | 11111 | 1010010 |
Color Harmonies of #CCDFC2
Complementary color
Monochromatic Colors of #CCDFC2
Black with #CCDFC2
Text Example
Text Example
White with #CCDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFC2; }
p { color: rgb(204,223,194); }
H1.HeaderClassName
{
color: #CCDFC2;
}
.AnyTagClassName
{
color: #CCDFC2;
}
</style>
background-color css
<style>
a { background-color: #CCDFC2; }
a { background-color: rgb(204,223,194); }
div.DivClassName
{
background-color: #CCDFC2;
}
.BgClassName
{
background-color: #CCDFC2;
}
</style>
border-color css
<style>
span { border-color: #CCDFC2; }
span { border-color: rgb(204,223,194); }
td.TdClassName
{
border-color: #CCDFC2;
}
.TagClassName
{
border-color: #CCDFC2;
}
</style>