Shades of Surf Crest #CBDFC7
Tints of Surf Crest #CBDFC7
RGB
CMYK
RGB Variations
Color information
#CBDFC7 (or 0xCBDFC7) is known color: Surf Crest. HEX triplet: CB, DF and C7. RGB value is (203,223,199). Sum of RGB (Red+Green+Blue) = 203+223+199=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDFC7 is #342038. Grayscale: #D6D6D6. Windows color (decimal): -3416121 or 13098955. OLE color: 13098955.
HSL color Cylindrical-coordinate representation of color #CBDFC7: hue angle of 110º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBDFC7 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 223 | 199 | - |
CMYK | 0.09 | 0 | 0.11 | 0.13 |
HSL | 110º | 0.27% | 0.83% | - |
HSV(B) | 110º | 0.11% | 0.87% | - |
XYZ | 61.33 | 69.6 | 64.23 | - |
YUV | 214.28 | 119.37 | 119.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 223 | 199 | 0.09 | 0 | 0.11 | 0.13 | 110 | 0.27 | 0.83 |
Hex | CB | DF | C7 | 9 | 0 | B | D | 6E | 1B | 53 |
Octal | 313 | 337 | 307 | 11 | 0 | 13 | 15 | 156 | 33 | 123 |
Binary | 11001011 | 11011111 | 11000111 | 1001 | 0 | 1011 | 1101 | 1101110 | 11011 | 1010011 |
Color Harmonies of #CBDFC7
Complementary color
Monochromatic Colors of #CBDFC7
Black with #CBDFC7
Text Example
Text Example
White with #CBDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFC7; }
p { color: rgb(203,223,199); }
H1.HeaderClassName
{
color: #CBDFC7;
}
.AnyTagClassName
{
color: #CBDFC7;
}
</style>
background-color css
<style>
a { background-color: #CBDFC7; }
a { background-color: rgb(203,223,199); }
div.DivClassName
{
background-color: #CBDFC7;
}
.BgClassName
{
background-color: #CBDFC7;
}
</style>
border-color css
<style>
span { border-color: #CBDFC7; }
span { border-color: rgb(203,223,199); }
td.TdClassName
{
border-color: #CBDFC7;
}
.TagClassName
{
border-color: #CBDFC7;
}
</style>