Shades of Surf Crest #CBDCC3
Tints of Surf Crest #CBDCC3
RGB
CMYK
RGB Variations
Color information
#CBDCC3 (or 0xCBDCC3) is known color: Surf Crest. HEX triplet: CB, DC and C3. RGB value is (203,220,195). Sum of RGB (Red+Green+Blue) = 203+220+195=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 195 (76.56% from 255 or 31.55% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCC3 is #34233C. Grayscale: #D4D4D4. Windows color (decimal): -3416893 or 12836043. OLE color: 12836043.
HSL color Cylindrical-coordinate representation of color #CBDCC3: hue angle of 100.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBDCC3 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 195 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.14 |
| HSL | 100.8º | 0.26% | 0.81% | - |
| HSV(B) | 100.8º | 0.11% | 0.86% | - |
| XYZ | 60.07 | 67.82 | 61.55 | - |
| YUV | 212.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 195 | 0.08 | 0 | 0.11 | 0.14 | 100.8 | 0.26 | 0.81 |
| Hex | CB | DC | C3 | 8 | 0 | B | E | 65 | 1A | 51 |
| Octal | 313 | 334 | 303 | 10 | 0 | 13 | 16 | 145 | 32 | 121 |
| Binary | 11001011 | 11011100 | 11000011 | 1000 | 0 | 1011 | 1110 | 1100101 | 11010 | 1010001 |
Color Harmonies of #CBDCC3
Complementary color
Monochromatic Colors of #CBDCC3
Black with #CBDCC3
Text Example
Text Example
White with #CBDCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCC3; }
p { color: rgb(203,220,195); }
H1.HeaderClassName
{
color: #CBDCC3;
}
.AnyTagClassName
{
color: #CBDCC3;
}
</style>
background-color css
<style>
a { background-color: #CBDCC3; }
a { background-color: rgb(203,220,195); }
div.DivClassName
{
background-color: #CBDCC3;
}
.BgClassName
{
background-color: #CBDCC3;
}
</style>
border-color css
<style>
span { border-color: #CBDCC3; }
span { border-color: rgb(203,220,195); }
td.TdClassName
{
border-color: #CBDCC3;
}
.TagClassName
{
border-color: #CBDCC3;
}
</style>