Shades of Surf Crest #CDD0CC
Tints of Surf Crest #CDD0CC
RGB
CMYK
RGB Variations
Color information
#CDD0CC (or 0xCDD0CC) is known color: Surf Crest. HEX triplet: CD, D0 and CC. RGB value is (205,208,204). Sum of RGB (Red+Green+Blue) = 205+208+204=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0CC is #322F33. Grayscale: #CECECE. Windows color (decimal): -3288884 or 13422797. OLE color: 13422797.
HSL color Cylindrical-coordinate representation of color #CDD0CC: hue angle of 105º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDD0CC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 204 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.18 |
| HSL | 105º | 0.04% | 0.81% | - |
| HSV(B) | 105º | 0.02% | 0.82% | - |
| XYZ | 58.63 | 62.45 | 66.09 | - |
| YUV | 206.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 204 | 0.01 | 0 | 0.02 | 0.18 | 105 | 0.04 | 0.81 |
| Hex | CD | D0 | CC | 1 | 0 | 2 | 12 | 69 | 4 | 51 |
| Octal | 315 | 320 | 314 | 1 | 0 | 2 | 22 | 151 | 4 | 121 |
| Binary | 11001101 | 11010000 | 11001100 | 1 | 0 | 10 | 10010 | 1101001 | 100 | 1010001 |
Color Harmonies of #CDD0CC
Complementary color
Monochromatic Colors of #CDD0CC
Black with #CDD0CC
Text Example
Text Example
White with #CDD0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0CC; }
p { color: rgb(205,208,204); }
H1.HeaderClassName
{
color: #CDD0CC;
}
.AnyTagClassName
{
color: #CDD0CC;
}
</style>
background-color css
<style>
a { background-color: #CDD0CC; }
a { background-color: rgb(205,208,204); }
div.DivClassName
{
background-color: #CDD0CC;
}
.BgClassName
{
background-color: #CDD0CC;
}
</style>
border-color css
<style>
span { border-color: #CDD0CC; }
span { border-color: rgb(205,208,204); }
td.TdClassName
{
border-color: #CDD0CC;
}
.TagClassName
{
border-color: #CDD0CC;
}
</style>