Shades of Surf Crest #CDD4CB
Tints of Surf Crest #CDD4CB
RGB
CMYK
RGB Variations
Color information
#CDD4CB (or 0xCDD4CB) is known color: Surf Crest. HEX triplet: CD, D4 and CB. RGB value is (205,212,203). Sum of RGB (Red+Green+Blue) = 205+212+203=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4CB is #322B34. Grayscale: #D0D0D0. Windows color (decimal): -3287861 or 13358285. OLE color: 13358285.
HSL color Cylindrical-coordinate representation of color #CDD4CB: hue angle of 106.67º degrees, saturation: 0.09, 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 #CDD4CB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 203 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.17 |
| HSL | 106.67º | 0.09% | 0.81% | - |
| HSV(B) | 106.67º | 0.04% | 0.83% | - |
| XYZ | 59.5 | 64.38 | 65.79 | - |
| YUV | 208.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 203 | 0.03 | 0 | 0.04 | 0.17 | 106.67 | 0.09 | 0.81 |
| Hex | CD | D4 | CB | 3 | 0 | 4 | 11 | 6B | 9 | 51 |
| Octal | 315 | 324 | 313 | 3 | 0 | 4 | 21 | 153 | 11 | 121 |
| Binary | 11001101 | 11010100 | 11001011 | 11 | 0 | 100 | 10001 | 1101011 | 1001 | 1010001 |
Color Harmonies of #CDD4CB
Complementary color
Monochromatic Colors of #CDD4CB
Black with #CDD4CB
Text Example
Text Example
White with #CDD4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4CB; }
p { color: rgb(205,212,203); }
H1.HeaderClassName
{
color: #CDD4CB;
}
.AnyTagClassName
{
color: #CDD4CB;
}
</style>
background-color css
<style>
a { background-color: #CDD4CB; }
a { background-color: rgb(205,212,203); }
div.DivClassName
{
background-color: #CDD4CB;
}
.BgClassName
{
background-color: #CDD4CB;
}
</style>
border-color css
<style>
span { border-color: #CDD4CB; }
span { border-color: rgb(205,212,203); }
td.TdClassName
{
border-color: #CDD4CB;
}
.TagClassName
{
border-color: #CDD4CB;
}
</style>