Shades of Surf Crest #CDDFC5
Tints of Surf Crest #CDDFC5
RGB
CMYK
RGB Variations
Color information
#CDDFC5 (or 0xCDDFC5) is known color: Surf Crest. HEX triplet: CD, DF and C5. RGB value is (205,223,197). Sum of RGB (Red+Green+Blue) = 205+223+197=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFC5 is #32203A. Grayscale: #D6D6D6. Windows color (decimal): -3285051 or 12967885. OLE color: 12967885.
HSL color Cylindrical-coordinate representation of color #CDDFC5: hue angle of 101.54º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDFC5 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 197 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.13 |
| HSL | 101.54º | 0.29% | 0.82% | - |
| HSV(B) | 101.54º | 0.12% | 0.87% | - |
| XYZ | 61.64 | 69.79 | 63.04 | - |
| YUV | 214.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 197 | 0.08 | 0 | 0.12 | 0.13 | 101.54 | 0.29 | 0.82 |
| Hex | CD | DF | C5 | 8 | 0 | C | D | 66 | 1D | 52 |
| Octal | 315 | 337 | 305 | 10 | 0 | 14 | 15 | 146 | 35 | 122 |
| Binary | 11001101 | 11011111 | 11000101 | 1000 | 0 | 1100 | 1101 | 1100110 | 11101 | 1010010 |
Color Harmonies of #CDDFC5
Complementary color
Monochromatic Colors of #CDDFC5
Black with #CDDFC5
Text Example
Text Example
White with #CDDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFC5; }
p { color: rgb(205,223,197); }
H1.HeaderClassName
{
color: #CDDFC5;
}
.AnyTagClassName
{
color: #CDDFC5;
}
</style>
background-color css
<style>
a { background-color: #CDDFC5; }
a { background-color: rgb(205,223,197); }
div.DivClassName
{
background-color: #CDDFC5;
}
.BgClassName
{
background-color: #CDDFC5;
}
</style>
border-color css
<style>
span { border-color: #CDDFC5; }
span { border-color: rgb(205,223,197); }
td.TdClassName
{
border-color: #CDDFC5;
}
.TagClassName
{
border-color: #CDDFC5;
}
</style>