#C1D5BE

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

Shades of Surf Crest #C1D5BE

Tints of Surf Crest #C1D5BE

Color information

#C1D5BE (or 0xC1D5BE) is unknown color: approx Surf Crest. HEX triplet: C1, D5 and BE. RGB value is (193,213,190). Sum of RGB (Red+Green+Blue) = 193+213+190=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 213 (83.59% from 255 or 35.74% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D5BE is #3E2A41. Grayscale: #CCCCCC. Windows color (decimal): -4074050 or 12506561. OLE color: 12506561.

HSL color Cylindrical-coordinate representation of color #C1D5BE: hue angle of 112.17º 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 #C1D5BE is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB193213190-
CMYK0.0900.110.16
HSL112.17º21.5%79.02%-
HSV(B)112.17º10.8%83.53%-
XYZ55.0862.6457.9-
YUV204.4119.87119.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.38%
GREEN value IS 213 (83.59% from 255) = 35.74%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=32.38%
G=35.74%
B=31.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932131900.0900.110.16112.1721.579.02
HexC1D5BE90B1070154f
Octal301325276110132016025117
Binary110000011101010110111110100101011100001110000101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D5BE; }

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

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

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

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

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

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

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

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