Shades of Surf Crest #CCDDC5
Tints of Surf Crest #CCDDC5
RGB
CMYK
RGB Variations
Color information
#CCDDC5 (or 0xCCDDC5) is known color: Surf Crest. HEX triplet: CC, DD and C5. RGB value is (204,221,197). Sum of RGB (Red+Green+Blue) = 204+221+197=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC5 is #33223A. Grayscale: #D5D5D5. Windows color (decimal): -3351099 or 12967372. OLE color: 12967372.
HSL color Cylindrical-coordinate representation of color #CCDDC5: hue angle of 102.5º degrees, saturation: 0.26, 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 #CCDDC5 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 197 | - |
CMYK | 0.08 | 0 | 0.11 | 0.13 |
HSL | 102.5º | 0.26% | 0.82% | - |
HSV(B) | 102.5º | 0.11% | 0.87% | - |
XYZ | 60.84 | 68.58 | 62.85 | - |
YUV | 213.18 | 118.87 | 121.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 197 | 0.08 | 0 | 0.11 | 0.13 | 102.5 | 0.26 | 0.82 |
Hex | CC | DD | C5 | 8 | 0 | B | D | 66 | 1A | 52 |
Octal | 314 | 335 | 305 | 10 | 0 | 13 | 15 | 146 | 32 | 122 |
Binary | 11001100 | 11011101 | 11000101 | 1000 | 0 | 1011 | 1101 | 1100110 | 11010 | 1010010 |
Color Harmonies of #CCDDC5
Complementary color
Monochromatic Colors of #CCDDC5
Black with #CCDDC5
Text Example
Text Example
White with #CCDDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDC5; }
p { color: rgb(204,221,197); }
H1.HeaderClassName
{
color: #CCDDC5;
}
.AnyTagClassName
{
color: #CCDDC5;
}
</style>
background-color css
<style>
a { background-color: #CCDDC5; }
a { background-color: rgb(204,221,197); }
div.DivClassName
{
background-color: #CCDDC5;
}
.BgClassName
{
background-color: #CCDDC5;
}
</style>
border-color css
<style>
span { border-color: #CCDDC5; }
span { border-color: rgb(204,221,197); }
td.TdClassName
{
border-color: #CCDDC5;
}
.TagClassName
{
border-color: #CCDDC5;
}
</style>