Shades of Surf Crest #CBD9C3
Tints of Surf Crest #CBD9C3
RGB
CMYK
RGB Variations
Color information
#CBD9C3 (or 0xCBD9C3) is known color: Surf Crest. HEX triplet: CB, D9 and C3. RGB value is (203,217,195). Sum of RGB (Red+Green+Blue) = 203+217+195=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9C3 is #34263C. Grayscale: #D2D2D2. Windows color (decimal): -3417661 or 12835275. OLE color: 12835275.
HSL color Cylindrical-coordinate representation of color #CBD9C3: hue angle of 98.18º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBD9C3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 217 | 195 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.15 |
| HSL | 98.18º | 0.22% | 0.81% | - |
| HSV(B) | 98.18º | 0.1% | 0.85% | - |
| XYZ | 59.29 | 66.26 | 61.29 | - |
| YUV | 210.31 | 119.36 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 195 | 0.06 | 0 | 0.10 | 0.15 | 98.18 | 0.22 | 0.81 |
| Hex | CB | D9 | C3 | 6 | 0 | A | F | 62 | 16 | 51 |
| Octal | 313 | 331 | 303 | 6 | 0 | 12 | 17 | 142 | 26 | 121 |
| Binary | 11001011 | 11011001 | 11000011 | 110 | 0 | 1010 | 1111 | 1100010 | 10110 | 1010001 |
Color Harmonies of #CBD9C3
Complementary color
Monochromatic Colors of #CBD9C3
Black with #CBD9C3
Text Example
Text Example
White with #CBD9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9C3; }
p { color: rgb(203,217,195); }
H1.HeaderClassName
{
color: #CBD9C3;
}
.AnyTagClassName
{
color: #CBD9C3;
}
</style>
background-color css
<style>
a { background-color: #CBD9C3; }
a { background-color: rgb(203,217,195); }
div.DivClassName
{
background-color: #CBD9C3;
}
.BgClassName
{
background-color: #CBD9C3;
}
</style>
border-color css
<style>
span { border-color: #CBD9C3; }
span { border-color: rgb(203,217,195); }
td.TdClassName
{
border-color: #CBD9C3;
}
.TagClassName
{
border-color: #CBD9C3;
}
</style>