Shades of Surf Crest #C5DBBE
Tints of Surf Crest #C5DBBE
RGB
CMYK
RGB Variations
Color information
#C5DBBE (or 0xC5DBBE) is known color: Surf Crest. HEX triplet: C5, DB and BE. RGB value is (197,219,190). Sum of RGB (Red+Green+Blue) = 197+219+190=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBBE is #3A2441. Grayscale: #D1D1D1. Windows color (decimal): -3810370 or 12508101. OLE color: 12508101.
HSL color Cylindrical-coordinate representation of color #C5DBBE: hue angle of 105.52º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5DBBE is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 197 | 219 | 190 | - |
CMYK | 0.10 | 0 | 0.13 | 0.14 |
HSL | 105.52º | 0.29% | 0.8% | - |
HSV(B) | 105.52º | 0.13% | 0.86% | - |
XYZ | 57.65 | 66.25 | 58.46 | - |
YUV | 209.12 | 117.21 | 119.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 219 | 190 | 0.10 | 0 | 0.13 | 0.14 | 105.52 | 0.29 | 0.8 |
Hex | C5 | DB | BE | A | 0 | D | E | 6A | 1D | 50 |
Octal | 305 | 333 | 276 | 12 | 0 | 15 | 16 | 152 | 35 | 120 |
Binary | 11000101 | 11011011 | 10111110 | 1010 | 0 | 1101 | 1110 | 1101010 | 11101 | 1010000 |
Color Harmonies of #C5DBBE
Complementary color
Monochromatic Colors of #C5DBBE
Black with #C5DBBE
Text Example
Text Example
White with #C5DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBBE; }
p { color: rgb(197,219,190); }
H1.HeaderClassName
{
color: #C5DBBE;
}
.AnyTagClassName
{
color: #C5DBBE;
}
</style>
background-color css
<style>
a { background-color: #C5DBBE; }
a { background-color: rgb(197,219,190); }
div.DivClassName
{
background-color: #C5DBBE;
}
.BgClassName
{
background-color: #C5DBBE;
}
</style>
border-color css
<style>
span { border-color: #C5DBBE; }
span { border-color: rgb(197,219,190); }
td.TdClassName
{
border-color: #C5DBBE;
}
.TagClassName
{
border-color: #C5DBBE;
}
</style>