Shades of Surf Crest #CDD7CB
Tints of Surf Crest #CDD7CB
RGB
CMYK
RGB Variations
Color information
#CDD7CB (or 0xCDD7CB) is known color: Surf Crest. HEX triplet: CD, D7 and CB. RGB value is (205,215,203). Sum of RGB (Red+Green+Blue) = 205+215+203=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7CB is #322834. Grayscale: #D2D2D2. Windows color (decimal): -3287093 or 13359053. OLE color: 13359053.
HSL color Cylindrical-coordinate representation of color #CDD7CB: hue angle of 110º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD7CB is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 203 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.16 |
| HSL | 110º | 0.13% | 0.82% | - |
| HSV(B) | 110º | 0.06% | 0.84% | - |
| XYZ | 60.26 | 65.89 | 66.04 | - |
| YUV | 210.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 203 | 0.05 | 0 | 0.06 | 0.16 | 110 | 0.13 | 0.82 |
| Hex | CD | D7 | CB | 5 | 0 | 6 | 10 | 6E | D | 52 |
| Octal | 315 | 327 | 313 | 5 | 0 | 6 | 20 | 156 | 15 | 122 |
| Binary | 11001101 | 11010111 | 11001011 | 101 | 0 | 110 | 10000 | 1101110 | 1101 | 1010010 |
Color Harmonies of #CDD7CB
Complementary color
Monochromatic Colors of #CDD7CB
Black with #CDD7CB
Text Example
Text Example
White with #CDD7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7CB; }
p { color: rgb(205,215,203); }
H1.HeaderClassName
{
color: #CDD7CB;
}
.AnyTagClassName
{
color: #CDD7CB;
}
</style>
background-color css
<style>
a { background-color: #CDD7CB; }
a { background-color: rgb(205,215,203); }
div.DivClassName
{
background-color: #CDD7CB;
}
.BgClassName
{
background-color: #CDD7CB;
}
</style>
border-color css
<style>
span { border-color: #CDD7CB; }
span { border-color: rgb(205,215,203); }
td.TdClassName
{
border-color: #CDD7CB;
}
.TagClassName
{
border-color: #CDD7CB;
}
</style>