Shades of Surf Crest #CDDCC8
Tints of Surf Crest #CDDCC8
RGB
CMYK
RGB Variations
Color information
#CDDCC8 (or 0xCDDCC8) is known color: Surf Crest. HEX triplet: CD, DC and C8. RGB value is (205,220,200). Sum of RGB (Red+Green+Blue) = 205+220+200=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCC8 is #322337. Grayscale: #D5D5D5. Windows color (decimal): -3285816 or 13163725. OLE color: 13163725.
HSL color Cylindrical-coordinate representation of color #CDDCC8: hue angle of 105º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDCC8 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 200 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.14 |
| HSL | 105º | 0.22% | 0.82% | - |
| HSV(B) | 105º | 0.09% | 0.86% | - |
| XYZ | 61.2 | 68.34 | 64.61 | - |
| YUV | 213.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 200 | 0.07 | 0 | 0.09 | 0.14 | 105 | 0.22 | 0.82 |
| Hex | CD | DC | C8 | 7 | 0 | 9 | E | 69 | 16 | 52 |
| Octal | 315 | 334 | 310 | 7 | 0 | 11 | 16 | 151 | 26 | 122 |
| Binary | 11001101 | 11011100 | 11001000 | 111 | 0 | 1001 | 1110 | 1101001 | 10110 | 1010010 |
Color Harmonies of #CDDCC8
Complementary color
Monochromatic Colors of #CDDCC8
Black with #CDDCC8
Text Example
Text Example
White with #CDDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCC8; }
p { color: rgb(205,220,200); }
H1.HeaderClassName
{
color: #CDDCC8;
}
.AnyTagClassName
{
color: #CDDCC8;
}
</style>
background-color css
<style>
a { background-color: #CDDCC8; }
a { background-color: rgb(205,220,200); }
div.DivClassName
{
background-color: #CDDCC8;
}
.BgClassName
{
background-color: #CDDCC8;
}
</style>
border-color css
<style>
span { border-color: #CDDCC8; }
span { border-color: rgb(205,220,200); }
td.TdClassName
{
border-color: #CDDCC8;
}
.TagClassName
{
border-color: #CDDCC8;
}
</style>