Shades of Surf Crest #CBDDC7
Tints of Surf Crest #CBDDC7
RGB
CMYK
RGB Variations
Color information
#CBDDC7 (or 0xCBDDC7) is known color: Surf Crest. HEX triplet: CB, DD and C7. RGB value is (203,221,199). Sum of RGB (Red+Green+Blue) = 203+221+199=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDC7 is #342238. Grayscale: #D5D5D5. Windows color (decimal): -3416633 or 13098443. OLE color: 13098443.
HSL color Cylindrical-coordinate representation of color #CBDDC7: hue angle of 109.09º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBDDC7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 199 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.13 |
| HSL | 109.09º | 0.24% | 0.82% | - |
| HSV(B) | 109.09º | 0.1% | 0.87% | - |
| XYZ | 60.79 | 68.53 | 64.06 | - |
| YUV | 213.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 199 | 0.08 | 0 | 0.10 | 0.13 | 109.09 | 0.24 | 0.82 |
| Hex | CB | DD | C7 | 8 | 0 | A | D | 6D | 18 | 52 |
| Octal | 313 | 335 | 307 | 10 | 0 | 12 | 15 | 155 | 30 | 122 |
| Binary | 11001011 | 11011101 | 11000111 | 1000 | 0 | 1010 | 1101 | 1101101 | 11000 | 1010010 |
Color Harmonies of #CBDDC7
Complementary color
Monochromatic Colors of #CBDDC7
Black with #CBDDC7
Text Example
Text Example
White with #CBDDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDC7; }
p { color: rgb(203,221,199); }
H1.HeaderClassName
{
color: #CBDDC7;
}
.AnyTagClassName
{
color: #CBDDC7;
}
</style>
background-color css
<style>
a { background-color: #CBDDC7; }
a { background-color: rgb(203,221,199); }
div.DivClassName
{
background-color: #CBDDC7;
}
.BgClassName
{
background-color: #CBDDC7;
}
</style>
border-color css
<style>
span { border-color: #CBDDC7; }
span { border-color: rgb(203,221,199); }
td.TdClassName
{
border-color: #CBDDC7;
}
.TagClassName
{
border-color: #CBDDC7;
}
</style>