Shades of Surf Crest #CBDDC2
Tints of Surf Crest #CBDDC2
RGB
CMYK
RGB Variations
Color information
#CBDDC2 (or 0xCBDDC2) is known color: Surf Crest. HEX triplet: CB, DD and C2. RGB value is (203,221,194). Sum of RGB (Red+Green+Blue) = 203+221+194=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDC2 is #34223D. Grayscale: #D4D4D4. Windows color (decimal): -3416638 or 12770763. OLE color: 12770763.
HSL color Cylindrical-coordinate representation of color #CBDDC2: hue angle of 100º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBDDC2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 221 | 194 | - |
CMYK | 0.08 | 0 | 0.12 | 0.13 |
HSL | 100º | 0.28% | 0.81% | - |
HSV(B) | 100º | 0.12% | 0.87% | - |
XYZ | 60.22 | 68.3 | 61.05 | - |
YUV | 212.54 | 117.54 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 221 | 194 | 0.08 | 0 | 0.12 | 0.13 | 100 | 0.28 | 0.81 |
Hex | CB | DD | C2 | 8 | 0 | C | D | 64 | 1C | 51 |
Octal | 313 | 335 | 302 | 10 | 0 | 14 | 15 | 144 | 34 | 121 |
Binary | 11001011 | 11011101 | 11000010 | 1000 | 0 | 1100 | 1101 | 1100100 | 11100 | 1010001 |
Color Harmonies of #CBDDC2
Complementary color
Monochromatic Colors of #CBDDC2
Black with #CBDDC2
Text Example
Text Example
White with #CBDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDC2; }
p { color: rgb(203,221,194); }
H1.HeaderClassName
{
color: #CBDDC2;
}
.AnyTagClassName
{
color: #CBDDC2;
}
</style>
background-color css
<style>
a { background-color: #CBDDC2; }
a { background-color: rgb(203,221,194); }
div.DivClassName
{
background-color: #CBDDC2;
}
.BgClassName
{
background-color: #CBDDC2;
}
</style>
border-color css
<style>
span { border-color: #CBDDC2; }
span { border-color: rgb(203,221,194); }
td.TdClassName
{
border-color: #CBDDC2;
}
.TagClassName
{
border-color: #CBDDC2;
}
</style>