Shades of Surf Crest #C5DDB4
Tints of Surf Crest #C5DDB4
RGB
CMYK
RGB Variations
Color information
#C5DDB4 (or 0xC5DDB4) is known color: Surf Crest. HEX triplet: C5, DD and B4. RGB value is (197,221,180). Sum of RGB (Red+Green+Blue) = 197+221+180=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDB4 is #3A224B. Grayscale: #D1D1D1. Windows color (decimal): -3809868 or 11853253. OLE color: 11853253.
HSL color Cylindrical-coordinate representation of color #C5DDB4: hue angle of 95.12º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5DDB4 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 221 | 180 | - |
CMYK | 0.11 | 0 | 0.19 | 0.13 |
HSL | 95.12º | 0.38% | 0.79% | - |
HSV(B) | 95.12º | 0.19% | 0.87% | - |
XYZ | 57.12 | 66.88 | 53.08 | - |
YUV | 209.15 | 111.55 | 119.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 221 | 180 | 0.11 | 0 | 0.19 | 0.13 | 95.12 | 0.38 | 0.79 |
Hex | C5 | DD | B4 | B | 0 | 13 | D | 5F | 26 | 4F |
Octal | 305 | 335 | 264 | 13 | 0 | 23 | 15 | 137 | 46 | 117 |
Binary | 11000101 | 11011101 | 10110100 | 1011 | 0 | 10011 | 1101 | 1011111 | 100110 | 1001111 |
Color Harmonies of #C5DDB4
Complementary color
Monochromatic Colors of #C5DDB4
Black with #C5DDB4
Text Example
Text Example
White with #C5DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDB4; }
p { color: rgb(197,221,180); }
H1.HeaderClassName
{
color: #C5DDB4;
}
.AnyTagClassName
{
color: #C5DDB4;
}
</style>
background-color css
<style>
a { background-color: #C5DDB4; }
a { background-color: rgb(197,221,180); }
div.DivClassName
{
background-color: #C5DDB4;
}
.BgClassName
{
background-color: #C5DDB4;
}
</style>
border-color css
<style>
span { border-color: #C5DDB4; }
span { border-color: rgb(197,221,180); }
td.TdClassName
{
border-color: #C5DDB4;
}
.TagClassName
{
border-color: #C5DDB4;
}
</style>