Shades of Surf Crest #CDD5CA
Tints of Surf Crest #CDD5CA
RGB
CMYK
RGB Variations
Color information
#CDD5CA (or 0xCDD5CA) is known color: Surf Crest. HEX triplet: CD, D5 and CA. RGB value is (205,213,202). Sum of RGB (Red+Green+Blue) = 205+213+202=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5CA is #322A35. Grayscale: #D1D1D1. Windows color (decimal): -3287606 or 13293005. OLE color: 13293005.
HSL color Cylindrical-coordinate representation of color #CDD5CA: hue angle of 103.64º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDD5CA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 202 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.16 |
| HSL | 103.64º | 0.12% | 0.81% | - |
| HSV(B) | 103.64º | 0.05% | 0.84% | - |
| XYZ | 59.63 | 64.83 | 65.25 | - |
| YUV | 209.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 202 | 0.04 | 0 | 0.05 | 0.16 | 103.64 | 0.12 | 0.81 |
| Hex | CD | D5 | CA | 4 | 0 | 5 | 10 | 68 | C | 51 |
| Octal | 315 | 325 | 312 | 4 | 0 | 5 | 20 | 150 | 14 | 121 |
| Binary | 11001101 | 11010101 | 11001010 | 100 | 0 | 101 | 10000 | 1101000 | 1100 | 1010001 |
Color Harmonies of #CDD5CA
Complementary color
Monochromatic Colors of #CDD5CA
Black with #CDD5CA
Text Example
Text Example
White with #CDD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5CA; }
p { color: rgb(205,213,202); }
H1.HeaderClassName
{
color: #CDD5CA;
}
.AnyTagClassName
{
color: #CDD5CA;
}
</style>
background-color css
<style>
a { background-color: #CDD5CA; }
a { background-color: rgb(205,213,202); }
div.DivClassName
{
background-color: #CDD5CA;
}
.BgClassName
{
background-color: #CDD5CA;
}
</style>
border-color css
<style>
span { border-color: #CDD5CA; }
span { border-color: rgb(205,213,202); }
td.TdClassName
{
border-color: #CDD5CA;
}
.TagClassName
{
border-color: #CDD5CA;
}
</style>