Shades of Surf Crest #CDD8C9
Tints of Surf Crest #CDD8C9
RGB
CMYK
RGB Variations
Color information
#CDD8C9 (or 0xCDD8C9) is known color: Surf Crest. HEX triplet: CD, D8 and C9. RGB value is (205,216,201). Sum of RGB (Red+Green+Blue) = 205+216+201=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 201 (78.91% from 255 or 32.32% from 622); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8C9 is #322736. Grayscale: #D3D3D3. Windows color (decimal): -3286839 or 13228237. OLE color: 13228237.
HSL color Cylindrical-coordinate representation of color #CDD8C9: hue angle of 104º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDD8C9 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 201 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.15 |
| HSL | 104º | 0.16% | 0.82% | - |
| HSV(B) | 104º | 0.07% | 0.85% | - |
| XYZ | 60.28 | 66.31 | 64.88 | - |
| YUV | 211 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 201 | 0.05 | 0 | 0.07 | 0.15 | 104 | 0.16 | 0.82 |
| Hex | CD | D8 | C9 | 5 | 0 | 7 | F | 68 | 10 | 52 |
| Octal | 315 | 330 | 311 | 5 | 0 | 7 | 17 | 150 | 20 | 122 |
| Binary | 11001101 | 11011000 | 11001001 | 101 | 0 | 111 | 1111 | 1101000 | 10000 | 1010010 |
Color Harmonies of #CDD8C9
Complementary color
Monochromatic Colors of #CDD8C9
Black with #CDD8C9
Text Example
Text Example
White with #CDD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD8C9; }
p { color: rgb(205,216,201); }
H1.HeaderClassName
{
color: #CDD8C9;
}
.AnyTagClassName
{
color: #CDD8C9;
}
</style>
background-color css
<style>
a { background-color: #CDD8C9; }
a { background-color: rgb(205,216,201); }
div.DivClassName
{
background-color: #CDD8C9;
}
.BgClassName
{
background-color: #CDD8C9;
}
</style>
border-color css
<style>
span { border-color: #CDD8C9; }
span { border-color: rgb(205,216,201); }
td.TdClassName
{
border-color: #CDD8C9;
}
.TagClassName
{
border-color: #CDD8C9;
}
</style>