Shades of Surf Crest #CBDDC3
Tints of Surf Crest #CBDDC3
RGB
CMYK
RGB Variations
Color information
#CBDDC3 (or 0xCBDDC3) is known color: Surf Crest. HEX triplet: CB, DD and C3. RGB value is (203,221,195). Sum of RGB (Red+Green+Blue) = 203+221+195=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDC3 is #34223C. Grayscale: #D4D4D4. Windows color (decimal): -3416637 or 12836299. OLE color: 12836299.
HSL color Cylindrical-coordinate representation of color #CBDDC3: hue angle of 101.54º degrees, saturation: 0.28, 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 #CBDDC3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 195 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.13 |
| HSL | 101.54º | 0.28% | 0.82% | - |
| HSV(B) | 101.54º | 0.12% | 0.87% | - |
| XYZ | 60.34 | 68.35 | 61.64 | - |
| YUV | 212.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 195 | 0.08 | 0 | 0.12 | 0.13 | 101.54 | 0.28 | 0.82 |
| Hex | CB | DD | C3 | 8 | 0 | C | D | 66 | 1C | 52 |
| Octal | 313 | 335 | 303 | 10 | 0 | 14 | 15 | 146 | 34 | 122 |
| Binary | 11001011 | 11011101 | 11000011 | 1000 | 0 | 1100 | 1101 | 1100110 | 11100 | 1010010 |
Color Harmonies of #CBDDC3
Complementary color
Monochromatic Colors of #CBDDC3
Black with #CBDDC3
Text Example
Text Example
White with #CBDDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDC3; }
p { color: rgb(203,221,195); }
H1.HeaderClassName
{
color: #CBDDC3;
}
.AnyTagClassName
{
color: #CBDDC3;
}
</style>
background-color css
<style>
a { background-color: #CBDDC3; }
a { background-color: rgb(203,221,195); }
div.DivClassName
{
background-color: #CBDDC3;
}
.BgClassName
{
background-color: #CBDDC3;
}
</style>
border-color css
<style>
span { border-color: #CBDDC3; }
span { border-color: rgb(203,221,195); }
td.TdClassName
{
border-color: #CBDDC3;
}
.TagClassName
{
border-color: #CBDDC3;
}
</style>