#C1D1BE

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

Shades of Surf Crest #C1D1BE

Tints of Surf Crest #C1D1BE

Color information

#C1D1BE (or 0xC1D1BE) is unknown color: approx Surf Crest. HEX triplet: C1, D1 and BE. RGB value is (193,209,190). Sum of RGB (Red+Green+Blue) = 193+209+190=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D1BE is #3E2E41. Grayscale: #CACACA. Windows color (decimal): -4075074 or 12505537. OLE color: 12505537.

HSL color Cylindrical-coordinate representation of color #C1D1BE: hue angle of 110.53º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1D1BE is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB193209190-
CMYK0.0800.090.18
HSL110.53º17.12%78.24%-
HSV(B)110.53º9.09%81.96%-
XYZ54.0960.6657.57-
YUV202.05121.2121.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.60%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 190 (74.61% from 255) = 32.09%
R=32.60%
G=35.30%
B=32.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932091900.0800.090.18110.5317.1278.24
HexC1D1BE809126f114e
Octal301321276100112215721116
Binary110000011101000110111110100001001100101101111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D1BE; }

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

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

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

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

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

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

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

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