Shades of Surf Crest #CDD5CC
Tints of Surf Crest #CDD5CC
RGB
CMYK
RGB Variations
Color information
#CDD5CC (or 0xCDD5CC) is known color: Surf Crest. HEX triplet: CD, D5 and CC. RGB value is (205,213,204). Sum of RGB (Red+Green+Blue) = 205+213+204=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5CC is #322A33. Grayscale: #D1D1D1. Windows color (decimal): -3287604 or 13424077. OLE color: 13424077.
HSL color Cylindrical-coordinate representation of color #CDD5CC: hue angle of 113.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDD5CC is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 204 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.16 |
| HSL | 113.33º | 0.1% | 0.82% | - |
| HSV(B) | 113.33º | 0.04% | 0.84% | - |
| XYZ | 59.87 | 64.93 | 66.5 | - |
| YUV | 209.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 204 | 0.04 | 0 | 0.04 | 0.16 | 113.33 | 0.1 | 0.82 |
| Hex | CD | D5 | CC | 4 | 0 | 4 | 10 | 71 | A | 52 |
| Octal | 315 | 325 | 314 | 4 | 0 | 4 | 20 | 161 | 12 | 122 |
| Binary | 11001101 | 11010101 | 11001100 | 100 | 0 | 100 | 10000 | 1110001 | 1010 | 1010010 |
Color Harmonies of #CDD5CC
Complementary color
Monochromatic Colors of #CDD5CC
Black with #CDD5CC
Text Example
Text Example
White with #CDD5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5CC; }
p { color: rgb(205,213,204); }
H1.HeaderClassName
{
color: #CDD5CC;
}
.AnyTagClassName
{
color: #CDD5CC;
}
</style>
background-color css
<style>
a { background-color: #CDD5CC; }
a { background-color: rgb(205,213,204); }
div.DivClassName
{
background-color: #CDD5CC;
}
.BgClassName
{
background-color: #CDD5CC;
}
</style>
border-color css
<style>
span { border-color: #CDD5CC; }
span { border-color: rgb(205,213,204); }
td.TdClassName
{
border-color: #CDD5CC;
}
.TagClassName
{
border-color: #CDD5CC;
}
</style>