Shades of Surf Crest #CDD3CB
Tints of Surf Crest #CDD3CB
RGB
CMYK
RGB Variations
Color information
#CDD3CB (or 0xCDD3CB) is known color: Surf Crest. HEX triplet: CD, D3 and CB. RGB value is (205,211,203). Sum of RGB (Red+Green+Blue) = 205+211+203=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3CB is #322C34. Grayscale: #D0D0D0. Windows color (decimal): -3288117 or 13358029. OLE color: 13358029.
HSL color Cylindrical-coordinate representation of color #CDD3CB: hue angle of 105º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDD3CB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 203 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.17 |
| HSL | 105º | 0.08% | 0.81% | - |
| HSV(B) | 105º | 0.04% | 0.83% | - |
| XYZ | 59.25 | 63.88 | 65.71 | - |
| YUV | 208.29 | 125.01 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 203 | 0.03 | 0 | 0.04 | 0.17 | 105 | 0.08 | 0.81 |
| Hex | CD | D3 | CB | 3 | 0 | 4 | 11 | 69 | 8 | 51 |
| Octal | 315 | 323 | 313 | 3 | 0 | 4 | 21 | 151 | 10 | 121 |
| Binary | 11001101 | 11010011 | 11001011 | 11 | 0 | 100 | 10001 | 1101001 | 1000 | 1010001 |
Color Harmonies of #CDD3CB
Complementary color
Monochromatic Colors of #CDD3CB
Black with #CDD3CB
Text Example
Text Example
White with #CDD3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3CB; }
p { color: rgb(205,211,203); }
H1.HeaderClassName
{
color: #CDD3CB;
}
.AnyTagClassName
{
color: #CDD3CB;
}
</style>
background-color css
<style>
a { background-color: #CDD3CB; }
a { background-color: rgb(205,211,203); }
div.DivClassName
{
background-color: #CDD3CB;
}
.BgClassName
{
background-color: #CDD3CB;
}
</style>
border-color css
<style>
span { border-color: #CDD3CB; }
span { border-color: rgb(205,211,203); }
td.TdClassName
{
border-color: #CDD3CB;
}
.TagClassName
{
border-color: #CDD3CB;
}
</style>