Shades of Surf Crest #CDDDC7
Tints of Surf Crest #CDDDC7
RGB
CMYK
RGB Variations
Color information
#CDDDC7 (or 0xCDDDC7) is known color: Surf Crest. HEX triplet: CD, DD and C7. RGB value is (205,221,199). Sum of RGB (Red+Green+Blue) = 205+221+199=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDC7 is #322238. Grayscale: #D5D5D5. Windows color (decimal): -3285561 or 13098445. OLE color: 13098445.
HSL color Cylindrical-coordinate representation of color #CDDDC7: hue angle of 103.64º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDDC7 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 199 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.13 |
| HSL | 103.64º | 0.24% | 0.82% | - |
| HSV(B) | 103.64º | 0.1% | 0.87% | - |
| XYZ | 61.34 | 68.82 | 64.08 | - |
| YUV | 213.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 199 | 0.07 | 0 | 0.10 | 0.13 | 103.64 | 0.24 | 0.82 |
| Hex | CD | DD | C7 | 7 | 0 | A | D | 68 | 18 | 52 |
| Octal | 315 | 335 | 307 | 7 | 0 | 12 | 15 | 150 | 30 | 122 |
| Binary | 11001101 | 11011101 | 11000111 | 111 | 0 | 1010 | 1101 | 1101000 | 11000 | 1010010 |
Color Harmonies of #CDDDC7
Complementary color
Monochromatic Colors of #CDDDC7
Black with #CDDDC7
Text Example
Text Example
White with #CDDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDDC7; }
p { color: rgb(205,221,199); }
H1.HeaderClassName
{
color: #CDDDC7;
}
.AnyTagClassName
{
color: #CDDDC7;
}
</style>
background-color css
<style>
a { background-color: #CDDDC7; }
a { background-color: rgb(205,221,199); }
div.DivClassName
{
background-color: #CDDDC7;
}
.BgClassName
{
background-color: #CDDDC7;
}
</style>
border-color css
<style>
span { border-color: #CDDDC7; }
span { border-color: rgb(205,221,199); }
td.TdClassName
{
border-color: #CDDDC7;
}
.TagClassName
{
border-color: #CDDDC7;
}
</style>