Shades of Surf Crest #CDD9CB
Tints of Surf Crest #CDD9CB
RGB
CMYK
RGB Variations
Color information
#CDD9CB (or 0xCDD9CB) is known color: Surf Crest. HEX triplet: CD, D9 and CB. RGB value is (205,217,203). Sum of RGB (Red+Green+Blue) = 205+217+203=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 217 (85.16% from 255 or 34.72% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9CB is #322634. Grayscale: #D3D3D3. Windows color (decimal): -3286581 or 13359565. OLE color: 13359565.
HSL color Cylindrical-coordinate representation of color #CDD9CB: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD9CB is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 203 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.15 |
| HSL | 111.43º | 0.16% | 0.82% | - |
| HSV(B) | 111.43º | 0.06% | 0.85% | - |
| XYZ | 60.77 | 66.92 | 66.21 | - |
| YUV | 211.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 203 | 0.06 | 0 | 0.06 | 0.15 | 111.43 | 0.16 | 0.82 |
| Hex | CD | D9 | CB | 6 | 0 | 6 | F | 6F | 10 | 52 |
| Octal | 315 | 331 | 313 | 6 | 0 | 6 | 17 | 157 | 20 | 122 |
| Binary | 11001101 | 11011001 | 11001011 | 110 | 0 | 110 | 1111 | 1101111 | 10000 | 1010010 |
Color Harmonies of #CDD9CB
Complementary color
Monochromatic Colors of #CDD9CB
Black with #CDD9CB
Text Example
Text Example
White with #CDD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9CB; }
p { color: rgb(205,217,203); }
H1.HeaderClassName
{
color: #CDD9CB;
}
.AnyTagClassName
{
color: #CDD9CB;
}
</style>
background-color css
<style>
a { background-color: #CDD9CB; }
a { background-color: rgb(205,217,203); }
div.DivClassName
{
background-color: #CDD9CB;
}
.BgClassName
{
background-color: #CDD9CB;
}
</style>
border-color css
<style>
span { border-color: #CDD9CB; }
span { border-color: rgb(205,217,203); }
td.TdClassName
{
border-color: #CDD9CB;
}
.TagClassName
{
border-color: #CDD9CB;
}
</style>