Shades of Surf Crest #CDD5CB
Tints of Surf Crest #CDD5CB
RGB
CMYK
RGB Variations
Color information
#CDD5CB (or 0xCDD5CB) is known color: Surf Crest. HEX triplet: CD, D5 and CB. RGB value is (205,213,203). Sum of RGB (Red+Green+Blue) = 205+213+203=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5CB is #322A34. Grayscale: #D1D1D1. Windows color (decimal): -3287605 or 13358541. OLE color: 13358541.
HSL color Cylindrical-coordinate representation of color #CDD5CB: hue angle of 108º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDD5CB is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 203 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.16 |
| HSL | 108º | 0.11% | 0.82% | - |
| HSV(B) | 108º | 0.05% | 0.84% | - |
| XYZ | 59.75 | 64.88 | 65.87 | - |
| YUV | 209.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 203 | 0.04 | 0 | 0.05 | 0.16 | 108 | 0.11 | 0.82 |
| Hex | CD | D5 | CB | 4 | 0 | 5 | 10 | 6C | B | 52 |
| Octal | 315 | 325 | 313 | 4 | 0 | 5 | 20 | 154 | 13 | 122 |
| Binary | 11001101 | 11010101 | 11001011 | 100 | 0 | 101 | 10000 | 1101100 | 1011 | 1010010 |
Color Harmonies of #CDD5CB
Complementary color
Monochromatic Colors of #CDD5CB
Black with #CDD5CB
Text Example
Text Example
White with #CDD5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5CB; }
p { color: rgb(205,213,203); }
H1.HeaderClassName
{
color: #CDD5CB;
}
.AnyTagClassName
{
color: #CDD5CB;
}
</style>
background-color css
<style>
a { background-color: #CDD5CB; }
a { background-color: rgb(205,213,203); }
div.DivClassName
{
background-color: #CDD5CB;
}
.BgClassName
{
background-color: #CDD5CB;
}
</style>
border-color css
<style>
span { border-color: #CDD5CB; }
span { border-color: rgb(205,213,203); }
td.TdClassName
{
border-color: #CDD5CB;
}
.TagClassName
{
border-color: #CDD5CB;
}
</style>