Shades of Surf Crest #CDDEC8
Tints of Surf Crest #CDDEC8
RGB
CMYK
RGB Variations
Color information
#CDDEC8 (or 0xCDDEC8) is known color: Surf Crest. HEX triplet: CD, DE and C8. RGB value is (205,222,200). Sum of RGB (Red+Green+Blue) = 205+222+200=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEC8 is #322137. Grayscale: #D6D6D6. Windows color (decimal): -3285304 or 13164237. OLE color: 13164237.
HSL color Cylindrical-coordinate representation of color #CDDEC8: hue angle of 106.36º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDEC8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 222 | 200 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.13 |
| HSL | 106.36º | 0.25% | 0.83% | - |
| HSV(B) | 106.36º | 0.1% | 0.87% | - |
| XYZ | 61.72 | 69.39 | 64.78 | - |
| YUV | 214.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 222 | 200 | 0.08 | 0 | 0.10 | 0.13 | 106.36 | 0.25 | 0.83 |
| Hex | CD | DE | C8 | 8 | 0 | A | D | 6A | 19 | 53 |
| Octal | 315 | 336 | 310 | 10 | 0 | 12 | 15 | 152 | 31 | 123 |
| Binary | 11001101 | 11011110 | 11001000 | 1000 | 0 | 1010 | 1101 | 1101010 | 11001 | 1010011 |
Color Harmonies of #CDDEC8
Complementary color
Monochromatic Colors of #CDDEC8
Black with #CDDEC8
Text Example
Text Example
White with #CDDEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDEC8; }
p { color: rgb(205,222,200); }
H1.HeaderClassName
{
color: #CDDEC8;
}
.AnyTagClassName
{
color: #CDDEC8;
}
</style>
background-color css
<style>
a { background-color: #CDDEC8; }
a { background-color: rgb(205,222,200); }
div.DivClassName
{
background-color: #CDDEC8;
}
.BgClassName
{
background-color: #CDDEC8;
}
</style>
border-color css
<style>
span { border-color: #CDDEC8; }
span { border-color: rgb(205,222,200); }
td.TdClassName
{
border-color: #CDDEC8;
}
.TagClassName
{
border-color: #CDDEC8;
}
</style>