Shades of Surf Crest #CCDDC7
Tints of Surf Crest #CCDDC7
RGB
CMYK
RGB Variations
Color information
#CCDDC7 (or 0xCCDDC7) is known color: Surf Crest. HEX triplet: CC, DD and C7. RGB value is (204,221,199). Sum of RGB (Red+Green+Blue) = 204+221+199=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC7 is #332238. Grayscale: #D5D5D5. Windows color (decimal): -3351097 or 13098444. OLE color: 13098444.
HSL color Cylindrical-coordinate representation of color #CCDDC7: hue angle of 106.36º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDDC7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 199 | - |
CMYK | 0.08 | 0 | 0.10 | 0.13 |
HSL | 106.36º | 0.24% | 0.82% | - |
HSV(B) | 106.36º | 0.1% | 0.87% | - |
XYZ | 61.07 | 68.67 | 64.07 | - |
YUV | 213.41 | 119.87 | 121.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 199 | 0.08 | 0 | 0.10 | 0.13 | 106.36 | 0.24 | 0.82 |
Hex | CC | DD | C7 | 8 | 0 | A | D | 6A | 18 | 52 |
Octal | 314 | 335 | 307 | 10 | 0 | 12 | 15 | 152 | 30 | 122 |
Binary | 11001100 | 11011101 | 11000111 | 1000 | 0 | 1010 | 1101 | 1101010 | 11000 | 1010010 |
Color Harmonies of #CCDDC7
Complementary color
Monochromatic Colors of #CCDDC7
Black with #CCDDC7
Text Example
Text Example
White with #CCDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDC7; }
p { color: rgb(204,221,199); }
H1.HeaderClassName
{
color: #CCDDC7;
}
.AnyTagClassName
{
color: #CCDDC7;
}
</style>
background-color css
<style>
a { background-color: #CCDDC7; }
a { background-color: rgb(204,221,199); }
div.DivClassName
{
background-color: #CCDDC7;
}
.BgClassName
{
background-color: #CCDDC7;
}
</style>
border-color css
<style>
span { border-color: #CCDDC7; }
span { border-color: rgb(204,221,199); }
td.TdClassName
{
border-color: #CCDDC7;
}
.TagClassName
{
border-color: #CCDDC7;
}
</style>