#C5D5BE

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

Shades of Surf Crest #C5D5BE

Tints of Surf Crest #C5D5BE

Color information

#C5D5BE (or 0xC5D5BE) is unknown color: approx Surf Crest. HEX triplet: C5, D5 and BE. RGB value is (197,213,190). Sum of RGB (Red+Green+Blue) = 197+213+190=600 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.83% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D5BE is #3A2A41. Grayscale: #CDCDCD. Windows color (decimal): -3811906 or 12506565. OLE color: 12506565.

HSL color Cylindrical-coordinate representation of color #C5D5BE: hue angle of 101.74º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5D5BE is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB197213190-
CMYK0.0800.110.16
HSL101.74º21.5%79.02%-
HSV(B)101.74º10.8%83.53%-
XYZ56.1163.1857.95-
YUV205.59119.2121.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.83%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 190 (74.61% from 255) = 31.67%
R=32.83%
G=35.5%
B=31.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972131900.0800.110.16101.7421.579.02
HexC5D5BE80B1066154f
Octal305325276100132014625117
Binary110001011101010110111110100001011100001100110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D5BE; }

 p { color: rgb(197,213,190); }

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

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

 a { background-color: rgb(197,213,190); }

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

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

 span { border-color: rgb(197,213,190); }

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