#C5DBC0

Color #C5DBC0 Surf Crest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surf Crest #C5DBC0

Tints of Surf Crest #C5DBC0

Color information

#C5DBC0 (or 0xC5DBC0) is unknown color: approx Surf Crest. HEX triplet: C5, DB and C0. RGB value is (197,219,192). Sum of RGB (Red+Green+Blue) = 197+219+192=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 192 (75.39% from 255 or 31.58% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBC0 is #3A243F. Grayscale: #D1D1D1. Windows color (decimal): -3810368 or 12639173. OLE color: 12639173.

HSL color Cylindrical-coordinate representation of color #C5DBC0: hue angle of 108.89º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DBC0 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB197219192-
CMYK0.1000.120.14
HSL108.89º27.27%80.59%-
HSV(B)108.89º12.33%85.88%-
XYZ57.8766.3459.62-
YUV209.34118.21119.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 32.40%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 192 (75.39% from 255) = 31.58%
R=32.40%
G=36.02%
B=31.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972191920.1000.120.14108.8927.2780.59
HexC5DBC0A0CE6d1b51
Octal305333300120141615533121
Binary11000101110110111100000010100110011101101101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBC0; }

 p { color: rgb(197,219,192); }

 H1.HeaderClassName
 {
   color: #C5DBC0;
 }
 .AnyTagClassName
 {
   color: #C5DBC0;
 }
</style>
background-color css

<style>
 a { background-color: #C5DBC0; }

 a { background-color: rgb(197,219,192); }

 div.DivClassName
 {
   background-color: #C5DBC0;
 }
 .BgClassName
 {
   background-color: #C5DBC0;
 }
</style>
border-color css

<style>
 span { border-color: #C5DBC0; }

 span { border-color: rgb(197,219,192); }

 td.TdClassName
 {
   border-color: #C5DBC0;
 }
 .TagClassName
 {
   border-color: #C5DBC0;
 }
</style>